@extends('layouts.app')
@section('content')
Reserve your stay at G4 Homez — Kilakala Bong'ola, Morogoro Search Results
@if(isset($selectedCheckIn) && isset($selectedCheckOut))
{{ \Carbon\Carbon::parse($selectedCheckIn)->format('M d, Y') }} - {{ \Carbon\Carbon::parse($selectedCheckOut)->format('M d, Y') }}
@endif
@if(isset($selectedCategory))
| {{ $selectedCategory === 'conference' ? 'Conference Facility' : ucfirst($selectedCategory) . ' Room' }}
@endif
Select a room to proceed with your booking
{{ $room->room_category === 'conference' ? 'Conference Facility' : $room->room_category . ' Room' }}
{{ Str::limit($room->description, 100) }}
@if(isset($selectedCheckIn) || isset($selectedCheckOut) || isset($selectedCategory))
No rooms match your search criteria. Please try different dates or room category.
@else
No rooms are currently available for booking.
@endif
Book a Room
Available Rooms
@else
@endif
{{ $room->name }}
@if($room->room_number)
#{{ $room->room_number }}
@endif
No Rooms Available