@foreach($data['attendanceStatus'] as $attenStatus) @endforeach @php($i=1) @foreach($data['student'] as $key => $student) @php($i++) @endforeach
{{ __('common.s_n')}} {{__('form_fields.student.fields.faculty')}} {{__('form_fields.student.fields.semester')}} {{ __('form_fields.student.fields.reg_no') }} {{__('form_fields.student.fields.name_of_student')}}{{ $attenStatus->title }}
{{ $i }} {{ $student->faculty }} {{ $student->semester }} {{ $student->reg_no }} {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} {{ $student->PRESENT?$student->PRESENT:0 }} {{ $student->ABSENT?$student->ABSENT:0 }} {{ $student->LATE?$student->LATE:0 }} {{ $student->LEAVE?$student->LEAVE:0 }} {{ $student->HOLIDAY?$student->HOLIDAY:0 }}