2020-01-22 10:05:31 +00:00
|
|
|
@component('mail::message',['site'=>$site,'heading'=>'Password Reset'])
|
2024-07-07 00:21:27 +00:00
|
|
|
Hi {{ isset($user) ? $user->name_full.',' : '' }}
|
2018-08-07 04:26:33 +00:00
|
|
|
|
2024-08-03 00:47:08 +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.
|
2018-08-07 04:26:33 +00:00
|
|
|
|
|
|
|
To reset your password, please follow this link, or click on the URL below:
|
2024-08-03 00:06:25 +00:00
|
|
|
@component('mail::button',['url'=>$reset_link])
|
|
|
|
Reset Password
|
2018-08-07 04:26:33 +00:00
|
|
|
@endcomponent
|
|
|
|
|
2024-08-03 00:06:25 +00:00
|
|
|
@component('mail::subcontent')
|
2024-08-03 00:47:08 +00:00
|
|
|
If the button above doesnt work, you can copy and paste this link into your browser, and take it from there:
|
|
|
|
|
|
|
|
```
|
|
|
|
{{ $reset_link }}
|
|
|
|
```
|
2018-08-07 04:26:33 +00:00
|
|
|
@endcomponent
|
|
|
|
|
|
|
|
Thanks,<br>
|
2020-01-22 10:05:31 +00:00
|
|
|
{{ config('mail.from.name') }}
|
|
|
|
@endcomponent
|