Room Availability
@if (session()->has('message'))
{!! session('message') !!}
@endif
@if (session()->has('error'))
{!! session('error') !!}
@endif
@if ($selectRecord)
@if ($selectAll)
You have selected all {{ $this->RecList->total() }} records.
@else
You have selected {{ count($checked) }} records, Do you want to
Select All {{ $this->RecList->total() }} records?
@endif
@endif
| Room | Wing | Floor | Type | Hostel Name | Capacity | Occupied | Availability | |
|---|---|---|---|---|---|---|---|---|
| {{ $recDetail->name }} | {{ $recDetail->wingRec?->name }} | {{ $recDetail->wingRec?->floorName?->name }} | {{ $recDetail->type }} | {{ $recDetail->wingRec?->floorName?->hostelRec?->name }} | {{ $recDetail->capacity }} | {{ $recDetail->allotments_count }} | @if($recDetail->available_count <= 0) @else @endif |
{{ $recList->links() }}