Your Booking is Confirmed!
Hello {{ $user->name }},
Your booking details:
- 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) }}
Thank you for choosing us!