@foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach @foreach($periods as $period) @endforeach
ASISTENCIA {{strtoupper($period->name_prd)}}
Dias asistidos: {{$period->presentDays}}
Dias inasistidos: {{$period->absenceDays}}
Faltas justificadas: {{$period->excusedDays}}
Faltas injustificadas: {{$period->unexcusedDays}}
Atrasos: {{$period->delayDays}}
Faltas por atrasos: {{$period->absenceDelays}}
OBSERVACIONES
@if($studentPeriodComment) @foreach($studentPeriodComment as $comment) {{$comment->comment_spc}} @endforeach @endif