@php function convertir_mes($mes) { $meses = ['0', 'ENERO', 'FEBRERO', 'MARZO', 'ABRIL', 'MAYO', 'JUNIO', 'JULIO', 'AGOSTO', 'SETIEMBRE', 'OCTUBRE', 'NOVIEMBRE', 'DICIEMBRE']; return $meses[$mes]; } @endphp
ANEXO 01
ASISTENCIA DE INSTITUCIONES EDUCATIVAS - MES DE {{ convertir_mes($mes) }} {{ $ano }}
@php $cont = 1; @endphp @foreach ($asistencia_general as $reporte) @if ($reporte->observacion != 'SIN NOVEDAD') @else @endif @endforeach
APELLIDO PATERNO APELLIDO MATERNO NOMBRES DNI CARGO II.EE NIVEL OBSERVACIONES
{{ $cont++ }} {{ $reporte->paterno }} {{ $reporte->materno }} {{ $reporte->nombre }} {{ $reporte->dni }} {{ $reporte->cargo_nombre }} {{ $reporte->institucion_nombre }} {{ strtoupper($reporte->institucion_nivel) }} {{ $reporte->observacion }}
{{ $cont++ }} {{ $reporte->paterno }} {{ $reporte->materno }} {{ $reporte->nombre }} {{ $reporte->dni }} {{ $reporte->cargo_nombre }} {{ $reporte->institucion_nombre }} {{ strtoupper($reporte->institucion_nivel) }} {{ $reporte->observacion }}