@if (session()->has('error'))
{!! session('error') !!}
@endif

Attendance Report

@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
@for($d=1; $d <= $daysInMonth; $d++) @endfor @foreach($attendanceData as $row) @foreach($row['days'] as $dayNum => $status) @endforeach @endforeach
Student Hostel Room {{ $headerMonthLabel }}
{{ $d }}
{!!$row['student']->nameMobile !!} {{ $row['hostel'] }} {{ $row['room'] }}
{{ $recList->links() }}
Not allotted yet / left
Present
Leave
Absent
Date: {{ now()->format('d M Y') }}
Present: {{ $todayTotals['present'] }} Absent: {{ $todayTotals['absent'] }} Leave: {{ $todayTotals['leave'] }}
@push('toggleScript') @endpush