@lang('student.admission_no') | @lang('common.name') | @lang('university::un.installment') | @lang('fees.mode') | @lang('fees.payment_date') | @lang('fees.paid_amount') ({{generalSetting()->currency_symbol}}) | @lang('fees.discount') ({{generalSetting()->currency_symbol}}) | @lang('common.action') |
---|---|---|---|---|---|---|---|
{{$fees_payment->recordDetail->studentDetail !=""?$fees_payment->recordDetail->studentDetail->admission_no:""}} | {{$fees_payment->recordDetail->studentDetail !=""?$fees_payment->recordDetail->studentDetail->full_name:""}} | {{@$fees_payment->installment->title}} | {{$fees_payment->payment_mode}} | {{@dateConvert($fees_payment->payment_date)}} | @php $totalPaidAmountGrup += $fees_payment->amount; @endphp {{$fees_payment->amount}} | @php $totalDiscountGrup += $fees_payment->discount_amount; @endphp {{$fees_payment->discount_amount}} |
@if(userPermission(117))
@endif
|
{{$fees_payment->recordDetail->studentDetail !=""?$fees_payment->recordDetail->studentDetail->admission_no:""}} | {{$fees_payment->recordDetail->studentDetail !=""?$fees_payment->recordDetail->studentDetail->full_name:""}} | {{@$fees_payment->installment->title}} | {{$payment->payment_mode}} | {{@dateConvert($payment_date)}} | @php $totalPaidAmount += $payment->paid_amount; @endphp {{$payment->paid_amount}} | @php $totalDiscount += $payment->discount_amount; @endphp {{$payment->discount_amount}} |
@if(userPermission('fees_collect_student_wise'))
@endif
|
@lang('fees.grand_total') ({{generalSetting()->currency_symbol}}) | {{currency_format($totalPaidAmountGrup + $totalPaidAmount)}} | {{currency_format($totalDiscountGrup + $totalDiscount)}} |
@lang('student.admission_no') | @lang('common.name') | @lang('fees.installment') | @lang('fees.mode') | @lang('fees.payment_date') | @lang('fees.paid_amount') ({{generalSetting()->currency_symbol}}) | @lang('fees.discount') ({{generalSetting()->currency_symbol}}) | @lang('common.action') |
---|---|---|---|---|---|---|---|
{{@$fees_payment->installmentAssign->recordDetail->studentDetail->admission_no}} | {{$fees_payment->installmentAssign->recordDetail->studentDetail->full_name}} | {{@$fees_payment->installmentAssign->installment->title}} | {{$fees_payment->payment_mode}} | {{@dateConvert($fees_payment->payment_date)}} | @php $totalPaidAmountGrup += $fees_payment->amount; @endphp {{$fees_payment->amount}} | @php $totalDiscountGrup += $fees_payment->installmentAssign->discount_amount; @endphp {{$fees_payment->installmentAssign->discount_amount}} |
@if(userPermission(117))
@endif
|
@lang('fees.grand_total') ({{generalSetting()->currency_symbol}}) | {{currency_format($totalPaidAmountGrup + $totalPaidAmount)}} | {{currency_format($totalDiscountGrup + $totalDiscount)}} |
@lang('fees.payment_id') | @lang('common.date') | @lang('common.name') | @lang('common.class') | @lang('fees.fees_type') | @lang('fees.mode') | @lang('fees.amount') | @lang('fees.fine') | @lang('fees.total') |
---|---|---|---|---|---|---|---|---|
{{$fees_payment->fees_type_id.'/'.$fees_payment->id}} | {{$fees_payment->payment_date != ""? dateConvert($fees_payment->payment_date):''}} | {{@$fees_payment->recordDetail->studentDetail ? $fees_payment->recordDetail->studentDetail->full_name:""}} | @if(@$fees_payment->recordDetail->studentDetail && @$fees_payment->recordDetail->class) {{$fees_payment->recordDetail->class->class_name}} @endif | {{$fees_payment->feesType!=""?$fees_payment->feesType->name:""}} | {{@$fees_payment->payment_mode}} | @php $total = $total + $fees_payment->amount; $grand_amount = $grand_amount + $fees_payment->amount; echo currency_format($fees_payment->amount); @endphp | @php $total = $total + $fees_payment->fine; $grand_fine = $grand_fine + $fees_payment->fine; echo currency_format($fees_payment->fine); @endphp | @php $grand_total = $grand_total + $total; echo currency_format($total); @endphp | @lang('fees.grand_total') ({{generalSetting()->currency_symbol}}) | {{currency_format($grand_amount)}} | {{currency_format($grand_fine)}} | {{currency_format($grand_total)}} |