@extends('layouts.app') @section('title') {{__('Edit Doctor')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Doctors')}}

@endsection @section('content')

{{__('Create doctor')}}

@csrf @method('put') @include('admin.doctors._form')
@endsection @section('scripts') @endsection