Dach Construction Ltd
No clients matched the selected filters.
@else| Client Name | Contact Person | Phone | TIN | Projects | Active | Total Invoiced | Outstanding | Overdue | Status | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $c->company_name }} | {{ $c->contact_person }} | {{ $c->phone }} | {{ $c->email }} | {{ $c->tin_number }} | {{ (int) ($c->projects_count ?? 0) }} | {{ (int) ($c->active_projects_count ?? 0) }} | {{ \App\Support\Format::plain($c->total_invoiced ?? 0) }} | {{ \App\Support\Format::plain($c->outstanding_balance ?? 0) }} | {{ \App\Support\Format::plain($overdue) }} | {{ $disp }} |
| Total Clients | {{ $summary['total_clients'] }} |
| Active Contracts | {{ $summary['active_contracts'] }} |
| Total Receivable (MWK) | {{ \App\Support\Format::plain($summary['total_receivable']) }} |
| Total Overdue (MWK) | {{ \App\Support\Format::plain($summary['total_overdue']) }} |