@foreach ($customerContacts as $item) @if($item->mobile_phone != "") @else @if($item->landline != "") @else @endif @endif @endforeach
{{ __('Name') }} {{ __('Job Description') }} {{ __('Contact') }} {{ __('Location') }} {{ __('Action') }}
{{ $item->name }} {{ $item->job_description }}{{ $item->mobile_phone }}{{ $item->landline }}{{ $item->email }}@isset($item->location->description){{ $item->location->description}}@endisset
{{ $customerContacts->links() }}