todo/resources/views/template/email/forgot.blade.php

6 lines
137 B
PHP
Raw Permalink Normal View History

2020-06-28 16:57:23 +00:00
<div>
Hi, {{ $name }}<br/>
This is your new password : {{ $password }}<br/>
<p>You can change it after login back</p>
</div>