Attendance Report by Class Section

Date(s): {{ $from }} to {{ $to }}
@foreach($report as $csId => $data)
Class Section: {{ $data['class_section_name'] }}
Campus: {{ $data['campus_name'] }}
@foreach($data['monthly'] as $month => $monthData) @php $total = $monthData['working_days'] + $monthData['holidays'] + $monthData['normal_weekends']; @endphp @endforeach
Month Working Days Holidays Open Weekends Normal Weekends Total Marked Unmarked
{{ $month }} {{ $monthData['working_days'] }} {{ $monthData['holidays'] }} {{ $monthData['open_weekends'] }} {{ $monthData['normal_weekends'] }} {{ $total }} {{ $monthData['marked'] }} {{ $monthData['unmarked'] }}
@endforeach