@component('mail::message') # Password changed successfully

Hello {{ $user->name }},

Your password changed successfully. @if(isset($user->visiblePassword))

Your new password is : {{ $user->visiblePassword }}

@endif

If this action not done by you then send mail regarding this activity to : {{ \Config::get('custom.info-mail') }}.

Thanks,
{{ config('app.name') }} @endcomponent