All Joint Provider Contacts

@php $user_role = Auth::User()->role(); @endphp
@if ($jpContacts->count()) @foreach ($jpContacts as $index => $jpContact) @endforeach @else @endif
# Joint Provider Contact Name Contact Email Telephone Mobile Action
{{ $index + $jpContacts->firstItem() }}
{!! Str::words($jpContact->joint_provider->name, 3, ' ...') !!}
{{ $jpContact->contact_name }}
{{ $jpContact->contact_email }}
{{ $jpContact->telephone1 }}
{{ $jpContact->telephone2 }}
@if (!empty($user_role) && $user_role == 'ADMIN') @endif
No Data Found
@include('backend.share.pagination', ['data' => $jpContacts])