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

{{__('Doctors')}}

@endsection @section('content')

{{__('Create Doctor')}}

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