{{ trans('texts.client') }} @if ($multiUser) {{ trans('texts.user') }} @endif {{ trans('texts.first_name') }} {{ trans('texts.last_name') }} {{ trans('texts.email') }} {{ trans('texts.phone') }} @foreach ($contacts as $contact) {{ $contact->client->getDisplayName() }} @if ($multiUser) {{ $contact->user->getDisplayName() }} @endif {{ $contact->first_name }} {{ $contact->last_name }} {{ $contact->email }} {{ $contact->phone }} @endforeach