|
Dear {{ $data['data']->full_name }},
Thank you for booking an appointment with
Modern Hospital.
We have successfully received your appointment request.
Your appointment is currently
booked and awaiting confirmation from the hospital.
Please Note:
We will notify you by email once your appointment has
been reviewed. You will receive a separate notification
if your appointment is confirmed or cancelled.
|
|
Appointment Details
|
|
Appointment Number
|
{{ $data['data']->appointment_number ?? 'N/A' }}
|
|
Appointment Date
|
{{ dateFormat($data['data']->appointment_date ?? 'N/A', DISPLAY_DATE) }}
|
|
Slot Type
|
{{ ucfirst($data['data']->slot_type ?? 'N/A') }}
|
|
Appointment Time
|
{{ $data['data']->slot_timing ?? 'N/A' }}
|
|
Doctor Name
|
{{ $data['data']->doctor_name ?? 'N/A' }}
|
|
Billing Summary
|
|
Consultation Fee
|
{{ $data['data']->doctor_fee ?? 'N/A' }}
|
|
Payment Method
|
Cash
|
Kindly arrive
30 minutes before your scheduled time
and bring any previous medical reports or prescriptions,
if applicable.
If you have any questions, please contact our hospital team.
We look forward to welcoming you to Modern Hospital.
Warm Regards,
{{ config('app.name') }}
Phone No: 0181-5020610
|