@extends('layouts.admin') @section('title') All RoomTypes | Dashboard @endsection @section('content')

brightness_1Edit RoomType

@csrf @method('PUT')
@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