@extends('common.dashboard') @section('title','Edit category '.$hospital_type->title) @section('content')

Create Hospital category

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





@endsection