@if($row->client)
{{ substr($row->client->firstname ?? '', 0, 1) }}{{ substr($row->client->lastname ?? '', 0, 1) }}
{{ $row->client->firstname }} {{ $row->client->lastname }} @if($row->client->ref) {{ $row->client->ref }} @endif @if($row->client->email) {{ $row->client->email }} @endif @if($row->client->phone_mobile) {{ $row->client->phone_mobile }} @endif
@else {{ __('Client non trouvé') }} @endif