@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot

Dear {{ $patient_name }},

Hope you are having a great day!!

This is a friendly reminder that your appointment with Dr.{{$doctor_name}} is within next one hour.

Your Problem: {{$problem}}

Appointment Time: {{ \Carbon\Carbon::parse($appointment_date)->translatedFormat('jS M, Y g:i A') }}

You may contact us with your suitable time for your Doctor Appointment & we are here to assist you 24/7.


Thanks & Regards,

{{ getSuperAdminAppName() }}

{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getSuperAdminAppName() }}.
@endcomponent @endslot @endcomponent