{{-- --}}
@if(sizeof($contacts) !== 0)
@foreach ($contacts as $contact) @endforeach
Name Email Phone Notes
{{ $contact->first_name . ' ' . $contact->last_name }} {{ $contact->email }} {{ $contact->phone }} {{ $contact->notes }}
@else() No contacts registered for this customer. @endif()