Assign Room(s)

{{ __('Select Room(s) to assign') }}
user()->avatar) }}" class="w-16 border-1 p-1 rounded-full border-gray-700" />

Booking Ref. No.: {{ $rooms->booking_id }}
No. of Rooms Requested: {{ $rooms->num_rooms }}
Floor Preference : {{ $rooms->floor_preference }}
Number of days : {{ $rooms->num_days }}
Number of rooms available for selection below is : {{ $room_available_today }} (Total available rooms may vary. To keep it correct, regularly check-out the expired bookings.)
First, select the room, then click on 'Occupancy'. By default, the occupancy will be set to 'Double'. Scroll below to add Advance Amount if any and click Submit
@php $floorRooms = [ 'Ground' => ['01', '02', '03', '04', '12', '13', '14', '15'], 'First' => ['07', '08', 'S1', 'S2', 'S3', 'S4', '16', '17', '18', '19', '23', '24'], 'Second' => ['25', '26', '27', '28', '29', '30', '31'], 'Third' => ['32', '33', '34', '35', '36', '37', '38', '39', '40', '41'], ]; $roomCounter = 0; @endphp @foreach ($floorRooms as $floorName => $roomLabels)
{{ $floorName }} Floor:
@foreach ($roomLabels as $roomLabel) @php $roomIndex = $roomCounter; $room = $total_rooms[$roomIndex] ?? null; @endphp
@php $roomCounter++; @endphp @endforeach
@endforeach
For Admin Only to view room list , occupancy and to Add Advance
Submit