mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
9 lines
287 B
PHP
9 lines
287 B
PHP
{{ trans('texts.email_salutation', ['name' => $user->username]) }} <p/>
|
|
|
|
{{ trans('texts.reset_password') }} <br/>
|
|
{!! url('password/reset/'.$token) !!}<p/>
|
|
|
|
{{ trans('texts.email_signature') }} <br/>
|
|
{{ trans('texts.email_from') }} <p/>
|
|
|
|
{{ trans('texts.reset_password_footer') }} <p/> |