@extends('common.dashboard') @section('title','Edit Doctor '.$doctor->full_name) @section('content')

Edit Doctor

@csrf
@include('common.doctor.form')
@endsection