Client List @can('clients.create') Add Client @endcan
@forelse($clients as $client) @php $isHighPriority = ($client->date_of_birth?->age >= 68) || ($client->claim?->terminalIllness !== null); @endphp @empty @endforelse
ID Name Phone Number Status Tags Created Action
{{ $client->displayId }} @if($isHighPriority) High @endif {{ $client->title }} {{ $client->name_first }} {{ $client->name_last }} @can('clients.tranche.view')
@if($client->tranche) {{ $client->tranche->funder_name }} - {{ $client->tranche->tranche_name }} @endif @endcan
{{ $client->phone_number }} {{ $client->claim->status->display_name }} {{ $client->created_at->format("d/m/y H:i") }} @can('view', $client) @endcan
No clients found.
@forelse($clients as $client) @php $isHighPriority = ($client->date_of_birth?->age >= 68) || ($client->claim?->terminalIllness !== null); @endphp
@if($isHighPriority) High Priority
@endif
{{ $client->name_first }} {{ $client->name_last }}
{{ $client->phone_number }}
{{ $client->claim->status->display_name }}
{{ $client->phone_number }}
{{ $client->created_at->format("d/m/y") }}
@can('view', $client) View Details @endcan
@empty

No clients found.

@endforelse
{{ $clients->links() }}
Filters