Attendance Sheet Of {{ $className }}: Section {{ $sectionName }}, {{ $monthName }} {{ $year }}

@for ($i = 1; $i <= $daysInMonth; $i++) @endfor @foreach ($attendanceReport as $studentName => $attendance) @for ($i = 1; $i <= $daysInMonth; $i++) @endfor @endforeach
Students{{ $i }}
{{ $studentName }} @if ($attendance[$i] === '✓') P @elseif ($attendance[$i] === '✗') x @else - @endif