2020-01-22 10:05:31 +00:00
|
|
|
@component('mail::message',['site'=>$site,'heading'=>'Password Reset'])
|
|
|
|
Hi {{ isset($user) ? $user->name.',' : '' }}
|
2018-08-07 04:26:33 +00:00
|
|
|
|
|
|
|
You are receiving this email because we received a password reset request for your account.
|
|
|
|
|
|
|
|
If you did not request a password reset, no further action is required.
|
|
|
|
|
|
|
|
To reset your password, please follow this link, or click on the URL below:
|
2020-01-22 10:05:31 +00:00
|
|
|
@component('mail::panel',['url'=>$reset_link])
|
2018-08-07 04:26:33 +00:00
|
|
|
Reset Password
|
|
|
|
@endcomponent
|
|
|
|
|
2020-01-22 10:05:31 +00:00
|
|
|
@component('mail::subcopy')
|
2018-08-07 04:26:33 +00:00
|
|
|
Reset password: {{ $reset_link }}
|
|
|
|
@endcomponent
|
|
|
|
|
|
|
|
Thanks,<br>
|
2020-01-22 10:05:31 +00:00
|
|
|
{{ config('mail.from.name') }}
|
|
|
|
@endcomponent
|