@extends('common.dashboard') @section('title','Create Doctor category') @section('content')

Create Doctor Category

@csrf @include('admin.doctor.category.form')
@endsection