@component('mail::message')
# Please do not share this email
Hello {{$user->name}}
Thanks for the update password
Please find the credentials below
Login Id : {{$user->email}}
Password : {{$password}}
@component('mail::button', ['url' => URL::to("/login")])
Login Now
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent