{{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')}} | @if(!empty($headfee)) @foreach ($headfee as $feepar){{getPhrase($feepar)}} | @endforeach @endif @foreach ($feelists as $feelist) @if(!empty($feelist['particulars'])) @foreach ($feelist['particulars'] as $keyfpay => $feepar) @endforeach @endif @endforeach @foreach ($feelists as $feelist)||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$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']}} | @if($feelist['payment_status']=="Cancel")@else @if(!empty($feelist['particulars'])) @foreach ($feelist['particulars'] as $keyfpay => $feepar) | {{$currency}} {{ $feepar['paid_amount']}} | @endforeach @endif @endif|||||||||
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($feelist['particulars'])) @foreach ($feelist['particulars'] as $keyfpay => $feepar) | @if(!empty($Total[$keyfpay])) {{$currency}} {{ number_format($Total[$keyfpay],2,'.','')}} @endif | @endforeach @endif|||||||||||||||||