@extends($layout) @section('header_scripts') @stop @section('content')
{!! Form::open(array('url' => URL_PRINT_TRANSPORT_FEE_DETAILS, 'method' => 'POST', 'name'=>'htmlform ','target'=>'_blank', 'id'=>'htmlform', 'novalidate'=>'')) !!}

{{getPhrase('select_details')}}

{{ Form::label('route_id', getphrase('routes')) }} * {{Form::select('route_id', $routes_list, null, ['class'=>'form-control', 'id'=>'route_id', 'ng-model'=>'route_id', 'placeholder'=>'Select', "ng-change" => "getRouteVehicles(route_id)", 'required'=> 'true', 'ng-class'=>'{"has-error": formQuiz.route_id.$touched && formQuiz.route_id.$invalid}' ])}}
{!! getValidationMessage()!!}
*
{{ Form::label('year', getphrase('year')) }} * {{Form::select('year', $years, null, ['class'=>'form-control', 'id'=>'year', 'placeholder'=>'Select', 'ng-model'=>'year', 'required'=> 'true', "ng-change" => "getYearReports(route_id, year)", 'ng-class'=>'{"has-error": formQuiz.year.$touched && formQuiz.year.$invalid}' ])}}
{!! getValidationMessage()!!}
{{ Form::label('month', getphrase('month')) }} * {{Form::select('month', $months, null, ['class'=>'form-control', 'id'=>'month', 'placeholder'=>'Select', 'ng-model'=>'month', 'required'=> 'true', "ng-change" => "getMonthReports(route_id, year,month)", 'ng-class'=>'{"has-error": formQuiz.month.$touched && formQuiz.month.$invalid}' ])}}
{!! getValidationMessage()!!}
{{--

{{getPhrase('date_wise_reports')}}


{{ Form::label('start_date', getphrase('date_from')) }} {{ Form::text('start_date', $value = null , $attributes = array( 'class'=>'input-sm form-control', 'ng-model'=>'start_date', 'placeholder' => '2015/7/17' )) }}
{{ Form::label('end_date', getphrase('date_to')) }} {{ Form::text('end_date', $value = null , $attributes = array( 'class'=>'input-sm form-control', 'ng-model'=>'end_date', "ng-change" => "getDateReports(start_date, end_date)", 'placeholder' => '2015/7/17' )) }}
--}}


{{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{getPhrase('name')}} {{getPhrase('roll_no')}} {{getPhrase('course')}} {{getPhrase('vehicle_number')}} {{getPhrase('route')}} {{getPhrase('year')}} {{getPhrase('month')}}{{getPhrase('start_date')}}{{getPhrase('end_date')}}{{getPhrase('amount')}} {{getPhrase('discount')}} {{getPhrase('paid_amount')}} {{getPhrase('balance')}}
@{{user.name}} @{{user.roll_no}} @{{user.course_title}} @{{user.number}} @{{user.route_name}} @{{user.year}} @{{user.month}}@{{user.start_date}}@{{user.end_date}}{{ getCurrencyCode() }} @{{user.amount}} {{ getCurrencyCode() }} @{{user.discount}} {{ getCurrencyCode() }} @{{user.paid_amount}} {{ getCurrencyCode() }} @{{user.balance}}

Print
{{getPhrase('no_data_available')}}
{!! Form::close() !!} @stop @section('footer_scripts') @include('transport.reports.js-scripts') @stop