@component('mail::message')
## Dear {{ $patient->name }},
An appointment has been scheduled for you with the following details;
File Number: {{ $patient->file_number }}
Hospital: {{ $hospital->name }}
Doctor's Name: {{ $doctor->name }}
Consultation Date: {{ $consultation->scheduled_date->format('Y-m-d h:m a') }}
Thanks,
{{ \App\Helpers\AppConstant::APP_NAME }}
@endcomponent