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