--}}
{{--
--}}
@foreach($data as $room)
@endforeach
{{$room->title}}
₦{{ number_format($room->firstRate->rate) ?? 0}} {{-- ₦{{number_format($room->price)}} --}} /day
Room Features
-
@if($room->amenity)
@for ($i = 0; $i < 5 && $i < count($amenities); $i++)
- {{ $amenities[$i] }} @endfor @endif
{{$room->description}}
Add RoomBooking Summary 0
-
{{ $from->format('Y-m-d') }}
Check In
-
{{ $to->format('Y-m-d') }}
Check Out
-
{{ $adult }}
Adults
-
{{ $child }}
Children
- Room(s): 0
- Total: ₦0