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

{{$title}}

{{ Form::label('branch_id', getphrase('branch')) }} * {{Form::select('branch_id', $branches, null, ['class'=>'form-control', 'id'=>'branch_id', 'ng-model'=>'branch_id', 'required'=> 'true', 'ng-class'=>'{"has-error": htmlform.branch_id.$touched && htmlform.branch_id.$invalid}' ])}}
{!! getValidationMessage()!!}
{{ Form::label('date_from', getphrase('date_from')) }} {{ Form::text('date_from', $value = $date_from , [ 'class'=>'input-sm form-control', 'placeholder' => '2015/7/17', 'ng-model'=>'date_from', 'required'=> 'true', 'ng-class'=>'{"has-error": htmlform.date_from.$touched && htmlform.date_from.$invalid}' ])}}
{{ Form::label('date_to', getphrase('date_to')) }} {{ Form::text('date_to', $value = $date_to , [ 'class'=>'input-sm form-control', 'placeholder' => '2015/7/17', 'ng-model'=>'date_to', 'required'=> 'true', 'ng-class'=>'{"has-error": htmlform.date_to.$touched && htmlform.date_to.$invalid}' ]) }}
{{ Form::label('receipt_no', getphrase('receipt_no')) }} {{ Form::text('receipt_no', $value = '', [ 'class'=>'input-sm form-control', 'placeholder' => '', 'ng-model'=>'receipt_no', ]) }}
{{ Form::label('payment_mode', getphrase('payment_mode')) }} {{Form::select('payment_mode', $payment_mode, null, ['class'=>'form-control', 'id'=>'payment_mode', 'ng-model'=>'payment_mode', ])}}
{{ Form::label('payment_head', getphrase('payment_head')) }} {{Form::select('payment_head', $Particulars, null, ['class'=>'form-control', 'id'=>'payment_head', 'ng-model'=>'payment_head', ])}}
Search

{{getPhrase('sno')}} {{getPhrase('recevied_on')}} {{getPhrase('receipt_no')}} {{getPhrase('payment_mode')}} {{getPhrase('feecategory')}} {{getPhrase('name')}} {{getPhrase('enrollment_no')}} {{getPhrase('Class')}} {{getPhrase('paid_fee')}} {{getPhrase('fine')}} {{getPhrase('discount')}} {{getPhrase('paid_imprest')}} {{getPhrase('Status')}} {{getPhrase('Fee Details')}}