New Booking Received
Booking details:
- Customer: {{ $booking->user->name }} ({{ $booking->user->email }})
- Studio: {{ $booking->studio->name }}
- Date: {{ $booking->booking_date->format('d M Y') }}
- Time: {{ $booking->start_time->format('h:i A') }} to {{ $booking->end_time->format('h:i A') }}
- Amount: ${{ number_format($booking->total_amount, 2) }}
- Booking Type: {{ $booking->booking_type }}