@foreach($customers as $customer) @endforeach
Full Name Customer Address Phone Last Service Date Last Field Worker
{{$customer['first_name']}} {{$customer['display_name']}} {{$customer['street']}} {{$customer['city']}} {{$customer['state']}} {{$customer['phone_number']}} {{$customer['lastservicedate']}} {{$customer['users_first_name']}} {{$customer['users_last_name']}}