@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-change' =>'datesSelectd(branch_id,date_from,date_to)', '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', 'ng-change' =>'datesSelectd(branch_id,date_from,date_to)', ])}}
{{ 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', 'ng-change' =>'datesSelectd(branch_id,date_from,date_to)', ]) }}

{{getPhrase('sno')}} {{getPhrase('paid_date')}} {{getPhrase('fee_category')}} {{getPhrase('name')}} {{getPhrase('amount')}} {{getPhrase('discount')}} {{getPhrase('paid_amount')}} {{getPhrase('balance')}}