@lang('common.select_criteria')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'student_history_search_new', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif