@extends('layouts.branch')
@section('title', 'Add Doctor')
@section('header', 'Register New Medical Staff')
@push('styles')
@endpush
@section('content')
@include('partials.branch._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Doctors', 'url' => route('branch.doctors.index')],
['name' => 'Create', 'url' => route('branch.doctors.create')]
]
])
@endsection
@push('scripts')
@endpush