@extends('layouts.branch')
@section('title', 'Edit Doctor')
@section('header', 'Update Medical Staff Profile')
@push('styles')
@endpush
@section('content')
@include('partials.branch._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Doctors', 'url' => route('branch.doctors.index')],
['name' => 'Edit', 'url' => route('branch.doctors.edit', $doctor)]
]
])
@endsection
@push('scripts')
@endpush