short-url/resources/views/template/email/forgot.blade.php
Supan Adit Pratama f5318a6942 Beautify code
2021-02-14 01:07:46 +07:00

6 lines
139 B
PHP

<div>
Hi, {{ $name }}<br />
This is your new password : {{ $password }}<br />
<p>You can change it after login back</p>
</div>