@extends('layouts.main-layout') @section('title') Create Room Type | Dashboard @endsection @section('content')

Create Room Type

@csrf
@error('name') {{$errors->first('name')}} @enderror
@error('no_of_beds') {{$errors->first('no_of_beds')}} @enderror
@error('rack_rate') {{$errors->first('rack_rate')}} @enderror
@error('bath_details') {{$errors->first('bath_details')}} @enderror
@error('max_persons') {{$errors->first('max_persons')}} @enderror
@error('description') {{$errors->first('description')}} @enderror
@endsection