@extends('layouts.doctor')
@section('title', 'Edit Professional Profile')
@section('header', 'Edit Professional Profile')
@section('content')
@include('partials.admin._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Professional Profile', 'url' => route('doctor.profile')],
['name' => 'Edit Profile', 'url' => '#']
]
])
@endsection