Total No. of Room Types: 0
| ID |
Name |
Room Code |
Status |
Actions |
@if(isset($roomTypes))
@foreach($roomTypes as $room)
| {{$room['id']}} |
{{$room['name']}} |
{{$room['room_code']}} |
@if ($room['status'] == 1)
Active
|
@else
Inactive
|
@endif
|
@endforeach
@endif
| ID |
Name |
Room Code |
Status |
Actions |