@extends('mails/template') @section('header') @include('mails/partials/header') @endsection @section('title') Forced Watering / Arrosage forcé @endsection @section('subtitle') A forced watering action has been performed. / Une action d'arrosage forcé a été effectuée. @endsection @section('content')

You can now track the progress by logging into your account using the button below.

Vous pouvez dès à présent suivre l'évolution en vous connectant à votre compte en cliquant sur le bouton ci-dessous.

@endsection @section('actions') Log in / Se connecter @endsection @section('actions_message')

Thank you for your trust. / Merci de votre confiance.

@endsection @section('footer') @include('mails/partials/footer') @endsection