ATTENDANCE / ASISTENCIA:
@foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach @foreach($periods as $period) @if(is_numeric($studentAttendance[$period->serial_prd]['EXCUSED_ABSENCE'])) @else @endif @endforeach @foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach
ATTENDANCE / ASISTENCIASemester {{$count}} / {{$period->name_prd}}
@if($attendanceType=='DAY')Days Attended / Días Asistidos @else Horas Asistidas @endif{{$studentAttendance[$period->serial_prd]['PRESENT']}}
@if($attendanceType=='DAY')Days Missed / Días inasistidos @else Horas inasistidas @endif{{$studentAttendance[$period->serial_prd]['EXCUSED_ABSENCE']+$studentAttendance[$period->serial_prd]['UNEXCUSED_ABSENCE']}}--
Excused Absences / Faltas Justificadas{{$studentAttendance[$period->serial_prd]['EXCUSED_ABSENCE']}}
Unexcused Absences / Faltas Injustificadas{{$studentAttendance[$period->serial_prd]['UNEXCUSED_ABSENCE']}}
Delay / Atrasos{{$studentAttendance[$period->serial_prd]['DELAY']}}