@extends('layouts.app') @section('title') {{__('Create Doctor')}} @endsection @section('css') @endsection @section('breadcrumb')
{{__('Doctors')}}
{{__('Home')}}
{{__('Doctors')}}
{{__('Create doctor')}}
@endsection @section('content')
{{__('Create Doctor')}}
@csrf @include('admin.doctors._form')
@endsection @section('scripts') @endsection