@extends('Layout.main') @section('title', 'Add Dharamshala') @section('middle_content')

Dharamshala / Add Dharamshala

Add Dharamshala
@csrf {{-- Room Category Name --}}
@error('room_cat_name')
{{ $message }}
@enderror
{{-- Room Category Description --}}
@error('room_cat_desc')
{{ $message }}
@enderror
{{-- Status --}}
@error('status')
{{ $message }}
@enderror
{{-- Submit --}}
@endsection