@extends('front.layoutwithout') @section('title','Calificaciones parciales') @section('sub-title') @section('content')
| No. | Matrícula | Nombre | Parcial 1 | Parcial 2 | Parcial 3 | Parcial 4 | Promedio |
|---|---|---|---|---|---|---|---|
| {{ $study->id }} | {{ $study->student->enrollment }} | {{$study->student->user->last_name}} {{ $study->student->user->name }} | {{ $study->partial_1 }} | {{ $study->partial_2 }} | {{ $study->partial_3 }} | {{ $study->partial_4 }} | @if($study->grade <= 5.9) {{ $study->grade }} @else {{ $study->grade }} @endif |
| No se encuentran alumnos inscritos en la materia. | |||||||
| No se encuentran alumnos inscritos en la materia. | |||||||