| # | Name | Location | Mobile | National ID | Specialization | Total Sales | Total Commission | Withheld Tax | Net Payable Commission | Commission Paid | Commission Not Paid |
Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $fundi->name }} | {{ $fundi->location }} | {{ $fundi->mobile }} | {{ $fundi->national_id }} | {{ $fundi->specialization}} | {{ number_format($fundi->total_sales, 2) }} | {{ number_format($fundi->total_commision, 2) }} | {{ number_format($fundi->withheld_tax, 2) }} | {{ number_format($fundi->net_payable_commission, 2) }} | {{ number_format($fundi->commision_paid, 2) }} | {{ number_format($fundi->commission_not_paid, 2) }} | |
| Totals | {{ number_format($fundis->sum('total_sales'), 2) }} | {{ number_format($fundis->sum('total_commision'), 2) }} | {{ number_format($fundis->sum('withheld_tax'), 2) }} | {{ number_format($fundis->sum('net_payable_commission'), 2) }} | {{ number_format($fundis->sum('commision_paid'), 2) }} | {{ number_format($fundis->sum('commission_not_paid'), 2) }} | ||||||