Nombre: {{$student->user->last_name}} {{$student->user->name}}
MatrĂcula: {{$student->enrollment}}
Carrera: {{$student->career->name}}
Grupo: {{$student->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 }} | {{ $grade->absences }} | {{ $grade->partial_1 }} | {{ $grade->partial_2 }} | {{ $grade->partial_3 }} | {{$grade->grade}} |
Promedio: {{$student->getAverage()}}
Sello:
{{$responsable}}
{{@$department}}