| @lang('student.current_roll') | @lang('common.name') | @lang('exam.total_marks') | @lang('exam.gpa') | @lang('reports.result') | @lang('exam.position') | @lang('common.class_section')) | @lang('student.promote_class') | @lang('student.promote_section') | @lang('student.next_roll_number') | |
|---|---|---|---|---|---|---|---|---|---|---|
{{$student->studentinfo->roll_no}} |
{{ $student->studentinfo->first_name .' '.$student->studentinfo->last_name }} | {{ $student->total_marks}} | {{ $student->gpa_point }} | {{ $student->result }} | {{ $key+1 }} | {{$student->class !=""?$student->class->class_name:""}} ({{ $student->section !=""?$student->section->section_name:"" }}) |
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
|
|
{{-- --}}
|