All Educational Partner Contacts

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