New Service Booking Assigned

Hello {{ $doctor->name }},

A new service booking has been assigned to you. Please review the details below:

Service: {{ $booking->bookable->title ?? 'N/A' }}

Patient: {{ $booking->user->name ?? 'N/A' }}

Date: {{ $booking->booking_date ? \Carbon\Carbon::parse($booking->booking_date)->format('M d, Y') : 'N/A' }}

Time: {{ $booking->serviceBookingDetail->booking_time ?? 'N/A' }}

Please review the details and update the approval status at your earliest convenience.

Thank you for your dedication!