@php $faviconPath = 'images/branding/logo-cefyt-dark.png'; $faviconVersion = file_exists(public_path($faviconPath)) ? filemtime(public_path($faviconPath)) : time(); $cssPath = 'css/app.css'; $cssVersion = file_exists(public_path($cssPath)) ? filemtime(public_path($cssPath)) : time(); @endphp
Trayectoria del alumno
DNI: {{ $student->dni ?: 'Sin dato' }} · Email: {{ $student->email ?: 'Sin dato' }}
| Materia | Docente | Condición | % Presente | % Ausente | % Justificado |
|---|---|---|---|---|---|
| {{ $enrollment->subject->name }} | {{ $enrollment->subject->teacher?->name ?? 'A confirmar' }} | {{ $enrollment->status }} | {{ $summary['present_pct'] !== null ? $summary['present_pct'].'%' : 'Sin carga' }} | {{ $summary['absent_pct'] !== null ? $summary['absent_pct'].'%' : 'Sin carga' }} | {{ $summary['justified_pct'] !== null ? $summary['justified_pct'].'%' : 'Sin carga' }} |