{{-- Template for a single client item in the client selection modal --}}
{{ $client->name }}
{{ $client->type === 'entreprise' ? 'Entreprise' : 'Particulier' }} @if($client->email)
{{ $client->email }}
@endif @if($client->phone)
{{ $client->phone }}
@endif