Dear {{ $booking->client_name }},
Thank you for requesting a consultation with us. We have received your request and will confirm the time shortly.
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 }}
@endifStatus: {{ ucfirst($booking->status) }}
What to bring
Please bring your ID and any relevant documents (contracts, court papers, or correspondence) related to your matter.
We will contact you shortly to confirm. If you have any questions, please reply to this email or call us.
Best regards,
{{ \App\Models\SiteSetting::get('practice_name', 'Shavhani Attorneys') }}
Information in this email is for the intended recipient only and does not create an attorney-client relationship until engagement is confirmed in writing.