@extends('layouts.branch') @section('title', 'PRO Master') @section('header', 'PRO Master Management') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Branch Masters', 'url' => '#'], ['name' => 'PRO Master', 'url' => route('branch.pros.index')] ] ])

PRO Master

Manage Patient Relation Officers (PRO)

@include('branch.masters.pros._table')
@endsection