NOMBRE: {{$data[0]["employeeName"]}} PERIODO: {{$period_info["start_date"]}} - {{$period_info["end_date"]}}

@foreach($data as $day) @endforeach
FECHA ASISTENCIAS CORRECTAS JUSTIFICACIONES RETARDOS MAYORES FALTAS
{{$day["assistance_date"]}} @if($day["asistencia_correcta"]) @endif @if($day["justificacion"]) @endif @if($day["retardo"]) @endif @if($day["falta"]) @endif
Total {{$total["registros_correctos"]}} {{$total["justificaciones"]}} {{$total["retardos_mayores"]}} {{$total["faltas"]}}