Dear {{ $booking->client_name }},
@if($cancelledByAdmin)We regret to inform you that your consultation has been cancelled.
@elseYour consultation cancellation request has been processed.
@endifPractice Area: {{ $booking->service->name }}
Date: {{ $booking->appointment_date->format('F j, Y') }}
Time: {{ \Carbon\Carbon::parse($booking->appointment_time)->format('g:i A') }}
@if($booking->medical_aid_name)Reference: {{ $booking->medical_aid_name }}
@endifIf you would like to reschedule, please submit a new consultation request or contact us directly.
@elseIf you would like to book a new consultation, please visit our consultation request page.
@endifIf you have any questions, please contact us.
Best regards,
{{ \App\Models\SiteSetting::get('practice_name', 'Shavhani Attorneys') }}
Contact: {{ \App\Models\SiteSetting::get('email', '') }} | {{ \App\Models\SiteSetting::get('phone_primary', '') }}