@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('receipt_from', getphrase('receipt_from')) }} * {{ Form::text('receipt_from', $value = '', [ 'class'=>'input-sm form-control', 'placeholder' => '', 'required'=> 'true', 'ng-model'=>'receipt_from', ]) }}
{{ Form::label('receipt_to', getphrase('receipt_to')) }} * {{ Form::text('receipt_to', $value = '', [ 'class'=>'input-sm form-control', 'placeholder' => '', 'required'=> 'true', 'ng-model'=>'receipt_to', ]) }}
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')}}