@extends('backEnd.master') @section('title') @lang('reports.student_history') @endsection @section('mainContent')

@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
{{ Form::close() }}
@if(isset($students))

@lang('reports.student_report')

@foreach($students as $student) @endforeach
@endif
@endsection @include('backEnd.partials.data_table_js') @push('script') @endpush