@extends('backEnd.master') @section('title') @lang('student.student_promote') @endsection @push('css') @endpush @section('mainContent')

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'route' => 'student-current-search', 'method' => 'GET', 'id' => 'search_promoteA']) }}
@if ($errors->has('current_session')) {{ $errors->first('current_session') }} @endif
@if ($errors->has('promote_session')) {{ $errors->first('promote_session') }} @endif
loader
@if ($errors->has('current_class')) {{ $errors->first('current_class') }} @endif
loader
@if ($errors->has('current_section')) {{ $errors->first('current_section') }} @endif
{{ Form::close() }}
@if(isset($students))

@lang('student.promote') | @lang('student.academic_year') : {{ $search_current_academic_year !='' ? $search_current_academic_year->year .'['. $search_current_academic_year->title .']' :'' }}, @lang('common.class'): {{$search_current_class != '' ? $search_current_class->class_name :' '}}, @lang('common.section'): {{$search_current_section !='' ? $search_current_section->section_name : ' '}}, @lang('student.promote_academic_year') : {{ $search_promote_academic_year !='' ? $search_promote_academic_year->year .'['. $search_promote_academic_year->title .']' :''}}

@if ($errors->any())
{{ __('common.whoops_something_went_wrong') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'student-promote-store', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'student_promote_submit']) }}
@if (moduleStatusCheck('Alumni')) @endif @foreach($students as $key=>$student) @endforeach
@lang('student.current_roll') @lang('student.name') @lang('student.promotion_type')@lang('student.mark_as_graduate')@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
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@if(userPermission('student-promote-store'))
@endif
@endif @endsection @section('script') @endsection @include('backEnd.partials.date_picker_css_js')