| Plan Name | Reference | Customer | Total Amount | Paid | Remaining | Next Due Date | Action | |
|---|---|---|---|---|---|---|---|---|
| {{$plan->name}} | {{$plan->reference->reference_no ?? 'N/A'}} | {{$plan->reference->customer->name ?? 'N/A'}} | {{number_format($plan->total_amount, config('decimal'))}} | {{$paid_count}} / {{$total_count}} | {{$total_count - $paid_count}} | {{$next_date}} |
|