Nombre: {{$study->user->name}} {{$study->user->last_name}}
Matrícula: {{$study->enrollment}}
Carrera: {{$study->career->name}}
Grupo: {{$study->group}}
Periodo: 2020-2
Expedido: {{date('Y-m-d')}}
| CVE. | Materia | 1er Ord | 1er Ext | 2do Ord | 2do Ext | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{$mat->subject->code}} | {{$mat->subject->name}} | @if(config('constants.student_subject_status.first_ord') == $mat->status ){{ $mat->grade }} | @else@endif @if(config('constants.student_subject_status.second_ord') == $mat->status) | {{ $mat->grade }} | @else@endif @if(config('constants.student_subject_status.first_extra') == $mat->status) | {{ $mat->grade }} | @else@endif @if(config('constants.student_subject_status.second_extra') == $mat->status) | {{ $mat->grade }} | @else@endif |
| CVE. | Materia | Faltas | 1er Parc | 2er Parc | 3er Parc | Promedio |
|---|---|---|---|---|---|---|
| {{ $grade->subject->code }} | {{ $grade->subject->name }} | 3 | {{ $grade->partial_1 }} | {{ $grade->partial_2 }} | {{ $grade->partial_3 }} | {{$grade->grade}} |
Sello:
{{$responsable}}
{{@$department}}