parent
f2cc3be866
commit
8d5908cbd7
2 changed files with 3 additions and 2 deletions
@ -1,4 +1,5 @@ |
||||
Bonjour voici un lien pour pouvoir initialisée ton compte. |
||||
Bonjour |
||||
voici un lien pour pouvoir initialisée ton compte. |
||||
{{ config("app.url") . "/reset-password/" .$token }} |
||||
|
||||
Cordialement la team Baslac |
@ -1,4 +1,4 @@ |
||||
<p>Bonjour,</p> |
||||
<p>voici un lien pour pouvoir initialisée ton compte.</p> |
||||
<a>{{ config("app.url") . "/reset-password/" .$token }}</a> |
||||
<a href="{{config("app.url") . "/reset-password/" .$token}}">Clique ici</a> |
||||
<p>Cordialement la team Baslac</p> |
Loading…
Reference in New Issue