# Booking Received Dear {{ $reservation->guest_name }}, Thank you for booking with **{{ $propertyName }}**. We've received your reservation request — it is now **pending confirmation** by our staff. Here are the details: | Reservation | | |:----------------|:------------------------------------------| | **Booking No.** | {{ $reservation->booking_no }} | | **Room** | {{ $reservation->room_type }} (Room {{ $reservation->room_no }}) | | **Check-in** | {{ $reservation->check_in->format('D, M j, Y') }} | | **Check-out** | {{ $reservation->check_out->format('D, M j, Y') }} | | **Nights** | {{ $reservation->nights }} | | **Guests** | {{ $reservation->pax }} | | **Total** | ₱{{ number_format((float) $reservation->amount, 2) }} | Payment is **on arrival** at the hotel — no online payment is required now. View Your Booking @if($propertyPhone) If you need to change or cancel your reservation, just reply to this email or call us at {{ $propertyPhone }}. @else If you need to change or cancel your reservation, just reply to this email. @endif We look forward to welcoming you! Thanks,
**{{ $propertyName }}**