{{ __('Client Directory') }}

New Client
@forelse($clients as $client) @empty @endforelse
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 found

Add a new client to get started.

@if($clients->hasPages())
{{ $clients->links() }}
@endif