| @lang('student.current_roll') | @lang('student.name') | @lang('student.promotion_type') | @if (moduleStatusCheck('Alumni'))@lang('student.mark_as_graduate') | @endif@lang('student.promote_class') | @lang('student.promote_section') | @lang('student.next_roll_number') | |
|---|---|---|---|---|---|---|---|
{{$student->studentRecord->roll_no == 0 ? '' : $student->studentRecord->roll_no }} |
{{ $student->first_name .' '.$student->last_name }} | studentRecords->isNotEmpty() && $student->studentRecords->first()->is_graduate == 1) checked @endif> |
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
|
|
|