@extends('layouts.branch')
@section('title', 'Doctors')
@section('header', 'Doctor Management')
@section('content')
@include('partials.branch._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Doctors', 'url' => route('branch.doctors.index')]
]
])
@include('branch.doctors._table')
@include('branch.doctors._grid')
@endsection