Historial

Historial Académico

Nombre: {{$student->user->last_name}} {{$student->user->name}}

Matrícula:

Carrera: {{$student->career->name}}

Grupo: {{$student->group}}

Periodo: 2020-2

Expedido: {{date('Y-m-d')}}

No. de Materias

Acreditadas: {{$student->ordinaryGrades->where('grade', '>=', 6)->count()}}

Créditos: {{ $student->subjects->sum('credits') }}

Cursando: {{ $student->partialCurrentGrades->count() }}

No. de extraordinarios: {{ $student->grades->where('status',2)->count() + $student->grades->where('status',3)->count()}}

Por acreditar: {{ $student->partialCurrentGrades->where('grade', '<=', 5.9)->count() }}

Semestre: {{ $student->subjects->groupBy('semestre')->count() }}

No. curriculares: 0

{!! $table !!}

Promedio: {{$student->getAverage()}}


{{$responsable}}

{{@$department}}