@include('livewire.user.modal.attendance')

Hostel Attendance

@if (session()->has('alert')) @php $alert = session('alert'); @endphp

{{ $alert['mtype'] }}

{!! $alert['message'] !!}
@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
Hostel Room Time
{{ $recDetail?->hostelRec?->name }} {{ $recDetail?->roomRec?->name }} {{ $recDetail?->entry_time }}
{{ $recList->links() }}
@push('toggleScript') @endpush