Client ID: #{{ $client->id }} | Member since {{ $client->created_at->format('M Y') }}
Total Matters
Active
Lifetime Billed
Due Amount
| Case Details | Status | Action |
|---|---|---|
|
{{ $case->title }}
{{ $case->case_number }}
|
@if($case->status == 'open') Active @elseif($case->status == 'closed') Closed @else {{ ucfirst($case->status) }} @endif | View File |
No legal matters opened for this client yet.
This client account is active. They have portal access enabled via their email address.
@if($totalUnpaid > 0)⚠️ Client has pending invoices totaling KES {{ number_format($totalUnpaid) }}.
| Account Type | Total Received |
|---|---|
| {{ $account->name }} {{ ucfirst($account->type) }} | KES {{ number_format($payments->sum('amount')) }} |
| No ledger transactions recorded yet. | |