@auth {{-- USUARIO ADMIN --}} @if (Auth::User()->usertype_id == 1)




Fecha: 11/08/2026 Hora: 00:19 AM

@foreach ($estudiantes as $estudiante)

Reporte de cursos del semestre {{ $estudiante->semestre }}

@endforeach
DRE-GRE: {{ $institutions['dre'] }} Nombre: {{ $institutions['nombre'] }}
Departamento: {{ $institutions['departamento'] }} carrera: {{ $estudiante->programa }}
Provincia: {{ $institutions['provincia'] }} Nivel formativo: {{ $estudiante->nivel_formativo }}
Distrito: {{ $institutions['distrito'] }} Plan de estudios: {{ $estudiante->plan }}
N° Documento del estudiante: {{ $estudiante->nroidenti }} Apellidos y nombres: {{ $estudiante->estudiante }}
@foreach ($cursos as $curso)
Warning: Undefined variable $curso in /home/portalnunoa/public_html/sga/resources/views/reportes/curso_semestre_alumno.blade.php on line 199

Warning: Attempt to read property "nota" on null in /home/portalnunoa/public_html/sga/resources/views/reportes/curso_semestre_alumno.blade.php on line 199

Warning: Undefined variable $curso in /home/portalnunoa/public_html/sga/resources/views/reportes/curso_semestre_alumno.blade.php on line 201

Warning: Attempt to read property "nota" on null in /home/portalnunoa/public_html/sga/resources/views/reportes/curso_semestre_alumno.blade.php on line 201

Warning: Undefined variable $curso in /home/portalnunoa/public_html/sga/resources/views/reportes/curso_semestre_alumno.blade.php on line 201

Warning: Attempt to read property "nota" on null in /home/portalnunoa/public_html/sga/resources/views/reportes/curso_semestre_alumno.blade.php on line 201

Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in /home/portalnunoa/public_html/sga/resources/views/reportes/curso_semestre_alumno.blade.php on line 201
@endforeach
CODIGO Curso PERIODO TIPO CREDITOS NOTA FINAL
{{ $i++ }} {{ $curso->codcurso }} {{ $curso->curso }} {{ $curso->tipo }} {{ $curso->creditos }} {{ $curso->periodo }} {{ floor($curso->nota) ?? '' }}
@endif @endauth