Consultation Cancelled

Dear {{ $booking->client_name }},

@if($cancelledByAdmin)

We regret to inform you that your consultation has been cancelled.

@else

Your consultation cancellation request has been processed.

@endif

Cancelled Consultation Details

Practice 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 }}

@endif
@if($cancelledByAdmin)

If you would like to reschedule, please submit a new consultation request or contact us directly.

@else

If you would like to book a new consultation, please visit our consultation request page.

@endif
Request New Consultation

If 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', '') }}