Attendize/resources/views/fr/Emails/Auth/Reminder.blade.php

12 lines
317 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('en.Emails.Layouts.Master')
@section('message_content')
<div>
Bonjour,<br><br>
Pour réinitialiser votre mot de passe, remplissez ce formulaire : {{ route('showResetPassword', ['token' => $token]) }}.
<br><br><br>
Merci,<br>
L'équipe Attendize
</div>
@stop