@extends('director.dashboard') @section('title','Create a doctor category') @section('content')
{{ csrf_field() }}

Create Doctor Category


@include('director.doctypes.form')


@endsection