@auth {{-- USUARIO ADMIN --}} @if (Auth::User()->usertype_id == 1 || Auth::User()->usertype_id == 2 || Auth::User()->usertype_id == 4 || Auth::User()->usertype_id == 5 || Auth::User()->usertype_id == 6 || Auth::User()->usertype_id == 7)
@foreach ($infos as $info) {{--




--}}
Imagen QR

Fecha: 11/08/2026 Hora: 01:16 AM

ACTA OFICIAL DE NOTAS

Semestre {{ $info->semestre }}

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 }}
Periodo académico: {{ $info->periodo }} Plan de estudios: {{ $info->plan }}
Codigo curso: {{ $info->codcurso }} Nombre curso: {{ $info->curso }}
@endforeach @foreach ($indicadores2 as $indicador2) @endforeach @foreach ($estudiantes as $i => $estudiante) @foreach ($indicadores as $indicador)
Warning: Undefined variable $indicador in /home/portalnunoa/public_html/sga/resources/views/reportes/acta_oficial_notas.blade.php on line 240
{{-- --}} @endforeach
Warning: Undefined variable $estudiante in /home/portalnunoa/public_html/sga/resources/views/reportes/acta_oficial_notas.blade.php on line 253

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

Warning: Undefined variable $estudiante in /home/portalnunoa/public_html/sga/resources/views/reportes/acta_oficial_notas.blade.php on line 253

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

Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in /home/portalnunoa/public_html/sga/resources/views/reportes/acta_oficial_notas.blade.php on line 253

Warning: Undefined variable $estudiante in /home/portalnunoa/public_html/sga/resources/views/reportes/acta_oficial_notas.blade.php on line 258

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

Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in /home/portalnunoa/public_html/sga/resources/views/reportes/acta_oficial_notas.blade.php on line 258
@endforeach
DNI Nombre del estudiante{{ $indicador2 }}Nota Final
{{ $i + 1 }} {{ $estudiante->identificacion }} {{ $estudiante->estudiante }} {{ $promedioRedondeado ?? '' }}{{ $estudiante->$promedio_indicador ?? '' }} {{ $promedioFinalRedondeado ?? '' }}
@endif @endauth