@component('mail::message')
## Hi {{ $doctor->first_name }},
You have an appointment with the following details;
Patient File Number: {{ $patient->file_number }}
Patient Name: {{ $patient->name }}
Consultation Date: {{ $consultation->scheduled_date->format('Y-m-d h:m a') }}
Please be prepared to attend the appointment at the earliest convenience.
If you have any concerns or need further information, please don't hesitate to contact us.
Thanks,
{{ \App\Helpers\AppConstant::APP_NAME }}
@endcomponent