| Client Identity | Contact Info | Active Matters | Status | Actions |
|---|---|---|---|---|
|
{{ substr($client->name, 0, 1) }}
{{ $client->name }}
Added {{ $client->created_at->format('M Y') }}
|
{{ $client->email }}
{{ $client->phone ?? 'N/A' }}
|
@if($client->cases_count > 0) {{ $client->cases_count }} Case Files @else No Active Cases @endif | Active | |
No clients foundAdd a new client to get started. |
||||