{{$hotel->name}} Cover

Welcome to {{$hotel->name}}

Experience luxury and comfort in the heart of the city. Book your stay today and indulge in an unforgettable getaway.

Booking Summary 0

  • Check In
    {{ $from->format('Y-m-d') }}
  • Check Out
    {{ $to->format('Y-m-d') }}
  • Adults
    {{ $adult }}
  • Children
    {{ $child }}
  • Room(s)
    0
  • Total
    ₦0
@foreach($data as $room)
₦{{ number_format(optional($room->firstRate)->rate ?? 0) }} /day
Only {{ $room->available }} left

{{ $room->title }}

{{ \Illuminate\Support\Str::limit($room->description, 180) }}

@if($room->amenity)
@foreach($amenities as $amenity) {{ trim($amenity) }} @endforeach
@endif
@endforeach