@extends('layouts.app') @section('content')

Edit Doctor

@csrf @method('PUT') @include('doctors.form')
@endsection