@include('mail.header') @section('title-section') New Password @endsection Dear {{$user->display_name}}!

Your password has been change.

Here is your new password :

Email: {{$user->email}}
New Password: {{$password}}

You'll find details you need at your Dashboard .

@include('mail.footer')