@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'=>'')) !!}

{{getPhrase('select_details')}}

{{ Form::label('branch_id', getphrase('branch')) }} * {{Form::select('branch_id', $branches, null, ['class'=>'form-control', 'id'=>'branch_id', 'ng-model'=>'branch_id', "ng-change" => "getAcademicYears(branch_id)", 'required'=> 'true', 'ng-class'=>'{"has-error": formQuiz.branch_id.$touched && formQuiz.branch_id.$invalid}' ])}}
{!! getValidationMessage()!!}
*
{{--
*
{{ Form::label('section_id', getphrase('Section')) }} * {{Form::select('section_id', $sections, null, ['class'=>'form-control', 'id'=>'section_id', 'ng-model'=>'section_id', "ng-change" => "categoryChanged(selected_branch, selected_category, section_id)", ])}}
--}}
AllFeeDetails


{{getPhrase('add_total_blank_columns')}}:


{{--

@{{class_title}}

--}}

@{{class_title_yer_sem}}

{{-- --}} {{-- --}}
{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('enrollment_no')}} {{getPhrase('status')}} {{getPhrase('amount')}} {{getPhrase('paid_amount')}} {{getPhrase('discount')}} {{'N/A'}} {{getPhrase('balance')}}%
@{{$index+1}}
@{{user.name}} @{{user.roll_no}}
Completed
Active
Total
{{$currency}} @{{user.amount}} {{$currency}} @{{user.paid_amount}} {{$currency}} @{{user.discount_amount}} {{$currency}} @{{user.notapply_amt}} {{$currency}} @{{user.balance}}
@{{user.paid_percentage}}%
      
{{getPhrase('no_data_available')}}

Print
{!! Form::close() !!} @stop @section('footer_scripts') @include('student.fee.scripts.feepaid-history-script') @stop