@extends('public.layouts.guest') @section('title', 'Available Rooms — ' . \App\Models\Setting::get('property_name','Parkview Hotel CDO')) @section('content')
{{ \Carbon\Carbon::parse($checkIn)->format('M d') }} → {{ \Carbon\Carbon::parse($checkOut)->format('M d, Y') }} · {{ $nights }} night{{ $nights !== 1 ? 's' : '' }} · {{ $guests }} guest{{ $guests !== 1 ? 's' : '' }}
No rooms are available for your selected dates and guest count. Please try different dates.
Try Different Dates{{ $availableTypes->count() }} room type{{ $availableTypes->count() !== 1 ? 's' : '' }} available
₱{{ number_format($room->rate) }}/night
Total: ₱{{ number_format($room->rate * $nights) }} for {{ $nights }} night{{ $nights !== 1 ? 's' : '' }}
Select Room