@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$user->first_name }},
@endcomponent
@component('emails.common.p')
Your password has successfully been changed on the {{ $user->password_changed_at_formatted }}
@endcomponent
@component('emails.common.p')
If this activity is suspicious or was not initiated by you please reach out to
{{ config('mail.address.password') }} immediately for action.
@endcomponent
@component('emails.common.p')
Thank you
@endcomponent
@component('emails.common.secondary_footer')
noQuote
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')