{{$title}}


@if(count($feelists)==0)

No Data Exist

@else {{-- --}} @if(!empty($headfee)) @foreach ($headfee as $feepar) @endforeach @endif @foreach ($feelists as $feelist) @if(!empty($feelist['particulars'])) @foreach ($feelist['particulars'] as $keyfpay => $feepar) @endforeach @endif @endforeach @foreach ($feelists as $feelist) {{-- --}} @if($feelist['payment_status']=="Cancel") @else @if(!empty($feelist['particulars'])) @foreach ($feelist['particulars'] as $keyfpay => $feepar) @endforeach @endif @endif @endforeach {{-- --}} @if(!empty($feelist['particulars'])) @foreach ($feelist['particulars'] as $keyfpay => $feepar) @endforeach @endif
{{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($feepar)}}
{{$index+1}} {{$feelist['recevied_on']}} {{$feelist['receipt_no']}} {{$feelist['payment_mode']}} {{$feelist['feecategory_title']}} {{$feelist['name']}} {{$feelist['roll_no']}} {{$feelist['course_title']}} {{$currency}} {{$feelist['paid_amount']}}{{$currency}} {{$feelist['fine_amount']}}{{$currency}} {{$feelist['discount_amount']}} {{$currency}} {{$feelist['paid_imprest_amount']}} {{$feelist['payment_status']}} {{$currency}} {{ $feepar['paid_amount']}}
Total : {{$currency}} {{ number_format($toal_paid_amount,2,'.','') }}{{$currency}} {{$toal_fine_amount}}{{$currency}} {{ number_format($toal_discount_amount,2,'.','') }} {{$currency}} {{ number_format($toal_paid_imprest_amount,2,'.','') }} @if(!empty($Total[$keyfpay])) {{$currency}} {{ number_format($Total[$keyfpay],2,'.','')}} @endif
 
@endif