@if (isset($all_linked_contacts) && count($all_linked_contacts) > 0) @foreach ($all_linked_contacts as $company) @php if ($company == null) { continue; } @endphp @if ($company->contact_type == 'organization')

Company

{{-- --}}
{{ $company->name }} {{ $company->middle_name }} {{ $company->surname }}
{{-- {{ $totalMatches }} possible matches --}}
@endif @endforeach @endif