@lang('fees.installment') | @lang('fees.amount') ({{ @generalSetting()->currency_symbol }}) | @lang('common.status') | @lang('fees.due_date') | @lang('fees.payment_ID') | @lang('fees.mode') | @lang('fees.payment_date') | @lang('fees.discount') ({{ @generalSetting()->currency_symbol }}) | @lang('fees.paid') ({{ @generalSetting()->currency_symbol }}) | @lang('fees.balance') | |
---|---|---|---|---|---|---|---|---|---|---|
{{ @$feesInstallment->installment->title }} |
@if ($feesInstallment->discount_amount > 0)
|
{{ @dateConvert($feesInstallment->due_date) }} | {{ $feesInstallment->discount_amount }} | {{ $feesInstallment->paid_amount }} | {{ discount_fees($feesInstallment->amount, $feesInstallment->discount_amount) - $feesInstallment->paid_amount }} | |||||
![]() |
@if ($payment->active_status == 1) {{ @smFeesInvoice($payment->invoice_no) }} @endif | {{ $payment->payment_mode }} | {{ @dateConvert($payment->payment_date) }} | {{ $payment->discount_amount }} | {{ $payment->paid_amount }} | {{ $this_installment }} | ||||
@lang('fees.grand_total') ({{ @$currency }}) | {{ currency_format($total_fees) }} | {{ currency_format($total_disc) }} | {{ currency_format($total_paid) }} | {{ $total_fees - $total_paid }} |