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




Fecha: 11/08/2026 Hora: 06:17 AM

@foreach ($infos as $info)

OFICIAL ACTA DE NOTAS

semestre {{ $info->semestre }}

@endforeach
DRE-GRE: {{ $institutions['dre'] }} Nombre: {{ $institutions['nombre'] }}
Departamento: {{ $institutions['departamento'] }} carrera: {{ $info->programa }}
Provincia: {{ $institutions['provincia'] }} Nivel formativo: {{ $info->nivel_formativo }}
Distrito: {{ $institutions['distrito'] }} Periodo de clases: {{ $info->semestre }}
Centro Poblado: {{ $institutions['centro'] }} Periodo académico: {{ $info->periodo }} Plan de estudios: {{ $info->plan }}
Direccion del local: {{ $institutions['direccion'] }}
@foreach ($nomcursos as $nomcurso)
Warning: Undefined variable $nomcurso in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 213

Warning: Attempt to read property "tipo" on null in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 213

Warning: Undefined variable $nomcurso in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 214

Warning: Attempt to read property "condicion" on null in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 214
@endforeach @foreach ($usuarios as $user) @foreach ($nomcursos as $nomcurso)
Warning: Undefined variable $nomcurso in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 232

Warning: Attempt to read property "tipo" on null in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 232

Warning: Undefined variable $nomcurso in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 233

Warning: Attempt to read property "condicion" on null in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 233

Warning: Undefined variable $nomcurso in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 235

Warning: Attempt to read property "nombre" on null in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 235

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 237

Warning: Undefined variable $user in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 239

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

Warning: Undefined variable $user in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 239

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

Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in /home/portalnunoa/public_html/sga/resources/views/reportes/nota_periodo.blade.php on line 239
@endforeach @endforeach
DNI Nombre del estudiante {{ $nomcurso->nombre }}
{{ $i++ }} {{ $user->nroidenti }} {{ $user->estudiante }} {{ floor($user->{$cursoKey}) ?? '' }}
@endif @endauth