@include('email.email-head')
 
@include('email.email-header') @php $address = \App\Models\SiteAddress::find(1); @endphp

Hi {{$data['name']}},

We have received a request to reset your password. Click the link below so your password can be reset. If you did not request a password reset, simply delete this email or contact our customer support center at {{$address->contact_phone}}

Reset Password
@include('email.email-footer-without-more-content')