@component('mail::message') # Your password has been updated, {{ $user->first_name }}! Hello again, We just wanted to confirm that we successfully updated your password. If you are not aware of any update you performed, please let us know as soon as possible, as your account may have been compromised. @unless ($user->two_factor_token) ## Make your account safer! While resetting your password, we noticed that two factor authentication was not enabled. Help us keeping your account as secure as possible by adding this security layer to your account. @endunless Have a great day!
Kind regards, {{ config('app.name') }} @endcomponent