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 }} |