| Date | Present | Absent | Total | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $currentDate->format('d M Y') }} | @if ($isHoliday)Holiday | @elseif ($isWeekend && !$isOpenWeekend)Weekend | @elseif ($isOpenWeekend && !$hasAttendance)Not Marked | @elseif ($hasAttendance) @php $counts = $classSection['DateWiseCounts'][$dateKey]; @endphp{{ $counts['total_present'] }} | {{ $counts['total_absent'] }} | {{ $counts['total_count'] }} | @elseNot Marked | @endif||||||||