Invoice EMI
EMI Date | EMI Amount | Paid Date | Paid Amount | Due Days | Penalty | Discount | Total Amount | |
---|---|---|---|---|---|---|---|---|
oprntl_flag == 'P' || $item->oprntl_flag == 'C') ? 'disabled' : '' }}/> | {{ $item->emi_date ? \Carbon\Carbon::parse($item->emi_date)->format('d/m/Y') : '' }} | {{ round($item->emi_amount ?? '', 2) }} | {{ $item->paid_date ? \Carbon\Carbon::parse($item->paid_date)->format('d/m/Y') : '' }} | {{ $item->paid_amount ?? '' }} | {{ max((int)$daysPast ?? '', 0) }} | {{ max(round($item->penalty ?? $penalty_amount, 2), 0) }} | {{ $item->discount_amount ?? '' }} | {{ $item->total_amount ?? '' }} |