Logo

{{$parametro->regional}}
{{$parametro->circuito}}
{{$parametro->colegio}}

Logo
Fecha hora impresión: {{ \Carbon\Carbon::now()->format("d/m/y H:i") }} Periodo: {{ $periodo->periodo }} Grupo: {{ $grupo->grupo }} Periodo: {{ $periodo->periodo }}
Modulo: {{ $modulo->modulo }}

Reporte de {{ $tipoComponente->tipo_componente }}

@foreach ($instrumentos as $instr) @php $fecha = $instr->fecha_entrega ?\Carbon\Carbon::parse($instr->fecha_entrega)->format('d/m/Y') : ''; @endphp @if ($instr->por_indicador) @else @endif @endforeach @foreach ($instrumentos as $instr) @if ($instr->por_indicador) @else @endif @endforeach @foreach ($estudiantes as $est) @php $scores = $est['scores']; $bgColor = ''; $title = ''; if ($est['tipo_estado_id'] == 4) { $bgColor = 'background-color: #fff3cd;'; $title = 'Trasladado'; } elseif ($est['tipo_estado_id'] == 5) { $bgColor = 'background-color: #f8d7da;'; $title = 'Excluido'; } @endphp @foreach ($instrumentos as $instr) @php $score = $scores[$instr->id] ?? null; @endphp @if ($instr->por_indicador) @else @php $puntos = $score['puntos'] ?? null; $notaReal = ($puntos !== null && $instr->puntos > 0) ? number_format(($puntos / $instr->puntos) * 10, 2) : '0.00'; $porcentaje = ($puntos !== null) ? number_format(($puntos / $instr->puntos) * $instr->porcentaje, 2) : '0.00'; @endphp @endif @endforeach @endforeach
# Estudiante {{ $instr->nombre }}
{{ $fecha }}
{{ $instr->nombre }}
({{ $instr->puntos }} pts / {{ $instr->porcentaje }}%) {{ $fecha }}
Total ({{ $porcentaje_total }}%)
IndicadorPuntos Nota %
{{ $loop->iteration }} {{ $est['nombre_completo'] }} {{ $score['indicador'] ?? '-' }} {{ $puntos ?? '-' }} {{ $notaReal }} {{ $porcentaje }}% {{ $est['total_porcentaje'] ?? '0.00' }}%