Payment complete successfully | {{ AppSetting('title'); }}
{{ AppSetting('title'); }}
New Appointment Generated
Doctor Details: Patient Details:
Name: {{ $MailAppointment->doctor->user->first_name .' '. $MailAppointment->doctor->user->last_name}} Name: {{ $MailAppointment->patient->first_name .' '. $MailAppointment->patient->last_name}}
Contact: {{ $MailAppointment->doctor->user->mobile }} Contact: {{ $MailAppointment->patient->mobile }}
Email: {{ $MailAppointment->doctor->user->email }} Email: {{ $MailAppointment->patient->email }}
Booked By:
Name: {{ $MailAppointment->BookedBy->first_name .' '. $MailAppointment->BookedBy->last_name}}
Contact: {{ $MailAppointment->BookedBy->mobile }}
Email: {{ $MailAppointment->BookedBy->email }}

Appointment Date Appointment Time
{{ $MailAppointment->appointment_date }} {{ $MailAppointment->timeSlot->from .' to '. $MailAppointment->timeSlot->to }}
Thank you
{{ AppSetting('title'); }}
Support Team
@php echo Config::get('app.footer_copy_rights') @endphp