Hello {{ e($guestName) }},

Thank you for choosing {{ e($hotel->name) }}. We have received your booking request and it is pending confirmation by the front desk.

Reference: {{ e($reservation->reservation_number) }}
Room: {{ e($reservation->room->room_number ?? '') }}@if($reservation->room && $reservation->room->roomType) — {{ e($reservation->room->roomType->name) }}@endif
Check-in: {{ $reservation->check_in?->format('l, j M Y') }}
Check-out: {{ $reservation->check_out?->format('l, j M Y') }}
Guests: {{ (int) $reservation->adults }} adults@if((int) ($reservation->children ?? 0) > 0), {{ (int) $reservation->children }} children@endif
@if(filled($reservation->special_requests)) Requests: {{ e($reservation->special_requests) }}
@endif Estimated total: {{ number_format((float) $reservation->total_amount, 0) }} UGX

You will receive another message if the hotel needs more information. For questions, reply to this email or contact the property directly.

{{ e($hotel->name) }}@if(filled($hotel->phone)) · {{ e($hotel->phone) }}@endif