@component('mail::message')
# Password Reset Notification
Hello {{ $user->name}},
A password change for your {{ config("app.name") }} Admin Account - ({{ $user->email }}) - was recently initiated.
If you did not make this change, Please contact your system administrator to avoid account compromise.
If you made this change, you'll need to reset your password. Click on the link below to continue.
NB: For security reasons please note that this password reset link will only be valid for 30 minutes.
@component('mail::button', ['url' => config("app.admin_portal_reset_url").$token, 'align' => 'left', 'color' => 'error'])
Reset Password
@endcomponent
Thanks,
{{ config('app.mail_manager_name') }}
{{ config('app.mail_manager_title') }}
@endcomponent