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

Create Hospital category

@csrf
@include('admin.hospital.category.form')





@endsection