@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 Planilla de calificaciones @php $subject = $courseOffering; $career = $courseOffering->career; $teacherName = $courseOffering->teacher?->name ?? 'A confirmar'; @endphp

{{ $subject->name }}

{{ $career->name }} · {{ $subject->year_number }}° año · {{ $courseOffering->academic_year }}

Docente: {{ $teacherName }}

Total de alumnos: {{ $enrollments->count() }}

@forelse ($enrollments as $enrollment) @empty @endforelse