| {{ $client->displayId }} |
@if($client->title) {{ $client->title }} @endif
{{ $client->name_first }} {{ $client->name_last }}
@if($client->name_preferred)
@endif
|
{{ $client->email_address ?? '—' }}
|
{{ $client->phone_number ?? '—' }} |
{{ $client->date_of_birth ? $client->date_of_birth->format('d/m/Y') : '—' }}
|
{{ $client->created_at->format('d/m/y') }}
|
@can('clients.edit')
@endcan
|
@empty