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

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'previous-student-record', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'admissionNoSearch']) }}
@if ($errors->has('admission_number')) {{ $errors->first('admission_number') }} @endif
loader
@if ($errors->has('record')) {{ $errors->first('record') }} @endif
{{ Form::close() }}
loader
@if (isset($promotes)) @include('backEnd.reports.previous_result_file') @endif @endsection @push('script') @endpush