Dear {{ $user->name }},
Your Rayna booking has been confirmed successfully.
Booked By: {{ $booking->user->name }}
Payment Mode: {{ $booking->payment_mode }}
Booking Reference: {{ $booking->booking_reference_id }}
Confirmation Number: {{ $booking->confirmation_code ?? 'Pending' }}
@include('mail.rayna.details')
@include('mail.rayna.table')
@include('mail.rayna.policies')
Note:
Confirmation details will be updated ASAP.
@include('mail.rayna.footer')