@if(count($grades) > 0)
@foreach($grades as $grade)
@else
@lang($className): {{$grade->student->section->class->name}} @lang('Section'): {{$grade->student->section->section_number}} @lang('Marks and Grades')
@break @endforeach| @lang('Exam Name') | @lang($cName.' Name') | @lang('Student Code') | @lang('Student Name') | @lang('Total Mark') | @lang('GPA') |
|---|---|---|---|---|---|
| {{$grade->exam->exam_name}} | {{$grade->course_config->course->name}} | {{$grade->student->student_code}} | {{$grade->student->name}} | {{$grade->marks}} | {{$grade->gpa}} |
@lang('No Related Data Found.')
@endif