@extends('backend.layouts.main')
@section('title', 'MLI ATS | Joint Providers')
@section('content')
@include('backend.share.title', ['title' => 'Manage Joint Providers'])
@include('backend.joint-provider.items.list', ['jointProviders' => $jointProviders])
@endsection