{{-- {!! Form::select('sections',getSectionAndClassPluck(), null, array('id' => 'sections', 'class' => 'form-control select2','required','onchange'=> (school('country')->code != 'SG' ? 'getStudentsBySection(this.value,1)' : 'getStudentsByRSSection(this.value,1,"r_status")' ),'placeholder' =>trans('Choose'))) !!}--}}
@error('sections')
{{ $message }}
@enderror
@error('student')
{{ $message }}
@enderror
{!! Form::selectRange('cycle', 1,12,null, array('id' => 'cycle', 'class' => 'form-control')) !!}
@error('cycle')
{{ $message }}
@enderror