@extends('emails.layouts.app') @section('content')

Hello!

Your Password has successfully been changed to : {{ $password }}

If you did not change your password, try resetting your password using above password.

Regards,
@yield('title', app_name())


@include('emails.layouts.footer')
@endsection