Hello {{ $appointment->lawyer->name }} ,
You have received a new appointment request from {{ $appointment->full_name }} . Please review the details below and prepare for the upcoming consultation.
Client Information:
Client Name:
{{ $appointment->full_name }}
Appointment Details:
Appointment Date
{{ $appointment->appointment_date }}
Appointment Time
{{ $appointment->appointment_time }}
Case Title
{{ $appointment->case_title }}
@if(isset($appointment->case_description) && $appointment->case_description)
Case Description:
{{ $appointment->case_description }}
@endif
๐ Reminder: Please log in to your lawyer dashboard to view complete appointment details.