@extends('emails.layouts.template') @include('emails.layouts.simple_header', ['mailTitle' => 'Password Reset Link']) @section('mail_body')
Hi, Forgot Password Request

You are receiving this email because we received a password reset request for your account.

Set New Password

If you did not request a password reset, no further action is required.

{{--Dr. Sawsan--}}
@include('emails.layouts.footer') @endsection