@extends('backEnd.master') @section('title') @lang('transport.student_transport_report') @endsection @section('mainContent') @php @$setting = generalSetting(); if(!empty(@$setting->currency_symbol)){ @$currency = @$setting->currency_symbol; }else{ @$currency = '$'; } @endphp

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'student_transport_report_store', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if(moduleStatusCheck('University')) @includeIf('university::common.session_faculty_depart_academic_semester_level',['required'=>['USN','UD','UA','US','USL','USEC'], 'hide' => ['USUB']]) @else
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@endif
@if ($errors->has('route')) {{ $errors->first('route') }} @endif
@if ($errors->has('vehicle')) {{ $errors->first('vehicle') }} @endif
{{ Form::close() }}

@lang('transport.student_transport_report')

Si @lang('student.admission_no') @lang('student.student_name') @lang('common.mobile') @lang('student.father_name') @lang('student.father_phone') @lang('transport.route_title') @lang('transport.vehicle_number') @lang('transport.driver_name') @lang('transport.driver_contact') @lang('transport.fare')({{generalSetting()->currency_symbol}})
@endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') @push('script') @endpush