{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'seat_plan_create_search', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if ($errors->has('exam'))
{{ $errors->first('exam') }}
@endif
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
@if ($errors->has('subject'))
{{ $errors->first('subject') }}
@endif