@extends('backend.layouts.main')
@section('title', 'MLI ATS | Joint Provider Contacts')
@section('content')
@include('backend.share.title', ['title' => 'Manage Joint Provider Contacts'])
@include('backend.jp-contact.items.list', ['jpContacts' => $jpContacts])
@endsection