{{-- --}}
{{-- --}}
FOTO
RECORD DE NOTAS
Instituto: {{ $institutions['nombre'] }}
Estudiante: {{ $estudiantes->estudiante }}
carrera: {{ $estudiantes->programa }}
Identificación: {{ $estudiantes->identificacion }}
@php $currentCycle = ''; $totalCredits = 0; $weightedSum = 0; @endphp @foreach($cursos as $curso) @if($currentCycle != $curso->ciclo) @php $currentCycle = $curso->ciclo; @endphp @endif @php $totalCredits += $curso->creditos; $weightedSum += ($curso->promedio_final * $curso->creditos); @endphp @if($loop->last) @endif @endforeach
Sem. curso Hrs Crd Prom. Fecha Obs.
CICLO {{ $curso->ciclo }}
{{ $curso->semestre }} {{ $curso->nombre_curso }} {{ $curso->horas }} {{ number_format($curso->creditos, 2) }} {{ $curso->promedio_final }} {{ $curso->semestre }} SEMESTRAL
Promedio Ponderado = {{ number_format($weightedSum / $totalCredits, 2) }}

TOTAL DE CRÉDITOS DE cursos: {{ $totalCredits }}

PROMEDIO PONDERADO: {{ number_format($weightedSum / $totalCredits, 2) }}

DIRECTOR GENERAL
(sello, firma, posfirma)