@extends('public.layouts.guest') @section('title', 'Booking Confirmed — ' . \App\Models\Setting::get('property_name','Parkview Hotel CDO')) @section('content')
Thank you, {{ $reservation->guest_name }}. Your request has been submitted.
Booking Reference
{{ $reservation->booking_no }}
Save this number — you'll need it at check-in
{{ $booking['confirmation_message'] }}
Check-in from
{{ $booking['check_in_time'] ?? '2:00 PM' }}
Check-out by
{{ $booking['check_out_time'] ?? '12:00 NN' }}