A new consultation request has been submitted:
Client: {{ $booking->client_name }}
Email: {{ $booking->email }}
Phone: {{ $booking->phone ?? 'N/A' }}
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 }}
@endifMatter summary: {{ $booking->reason }}