Hostel Attendance
@if (session()->has('alert')) @php $alert = session('alert'); @endphp
@endif
@if ($selectRecord)
@if ($selectAll)
{{ $alert['mtype'] }}
{!! $alert['message'] !!}
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
| Hostel | Room | Time | |
|---|---|---|---|
| {{ $recDetail?->hostelRec?->name }} | {{ $recDetail?->roomRec?->name }} | {{ $recDetail?->entry_time }} |
{{ $recList->links() }}