Hello {{ $first_name }},
Thank you for booking your appointment with us at Oshoke Healthcare! Here are the details of your appointment:
Appointment Details:
- First Name: {{ $first_name ?? 'Not provided' }}
- Last Name: {{ $last_name ?? 'Not provided' }}
- Email: {{ $email ?? 'Not provided' }}
- Date: {{ \Carbon\Carbon::parse($appointment_date)->format('l, F j, Y') }}
- Time: {{ \Carbon\Carbon::parse($appointment_time)->format('g:i A') }}
- Specialist: {{ $specialist ?? 'Not provided' }}
If you need to reschedule or cancel your appointment, please contact us at your earliest convenience.