@php $cssPath = 'css/app.css'; $cssVersion = file_exists(public_path($cssPath)) ? filemtime(public_path($cssPath)) : time(); @endphp
Historial académico
DNI: {{ $student->dni ?: 'Sin dato' }} · Email: {{ $student->email ?: 'Sin dato' }}
Carrera
@if ($profile->plan_name) {{ $profile->plan_name }} @else Plan no informado @endif @if ($profile->resolution_text) · Res. {{ $profile->resolution_text }} @endif @if ($profile->legajo_text) · Legajo {{ $profile->legajo_text }} @endif
| N° | Espacio curricular | Estado | Calificación final | Fecha ex. |
|---|---|---|---|---|
| {{ $entry->row_number ?: $loop->iteration }} |
{{ $entry->subject_name }}
@if (mb_strtoupper(trim((string) $entry->status), 'UTF-8') === 'EN CURSO' && $entry->in_course_year)
Cursando en {{ $entry->in_course_year }}
@endif
@if ($entry->notes)
{{ $entry->notes }}
@endif
@if ($entry->establishment)
{{ $entry->establishment }}
@endif
|
{{ \App\Support\AcademicHistoryStatus::canonicalize($entry->status) ?: 'Sin estado' }} | {{ $entry->final_grade ?: '—' }} | {{ $entry->exam_date?->format('d/m/Y') ?: '—' }} |