Appointment Cancel
|
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 }} |
Cancel By: |
Name: {{ $CancelBy->first_name .' '. $CancelBy->last_name}} |
|
Contact: {{ $CancelBy->mobile }} |
Email: {{ $CancelBy->email }} |