@include('livewire.hostel.modal.room-allotment')
@if (session()->has('error'))
{!! session('error') !!}
@endif

Room Allotment: {{$activeStudents}}(Students)

@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
@foreach ($recList as $recDetail) isChecked($recDetail->id) ) style="background-color:#f0f0f0" @endif > @endforeach
Student Room Wing Floor Hostel Effective From Status Action
{!! $recDetail->studentRec?->nameMobile !!} {{ $recDetail->roomRec->name }} {{ $recDetail->wingRec->name }} {{ $recDetail->floorRec->name }} {{ $recDetail->hostelRec->name }} {{ $recDetail->effective_from }}
{{ $recList->links() }}
@push('toggleScript') @endpush @push('scripts') @endpush