@if (count($board_exams)>0)
@push('styles')
@endpush
@else
| # | @lang('Student Id') | @lang('Student Name') | @lang('Group') | @lang('Exam Name') | @lang('Roll') | @lang('Registration') | @lang('Session') | @lang('Passing Year') | @lang('Gpa') | @lang('Out of GPA') | @lang('Board') | @lang('Action') |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{$item->student->student_code}} | {{$item->student->name}} | {{$item->group}} | {{$item->exam_name}} | {{$item->roll}} | {{$item->registration}} | {{$item->session}} | {{$item->passing_year}} | {{number_format($item->gpa,2)}} | {{number_format($item->out_of_gpa,2)}} | {{$item->board}} | @lang('Edit') @lang('Delete') |
@lang('No Related Data Found.')
@endif