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

Edit Room Type

@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('max_children') {{$errors->first('max_children')}} @enderror
@error('room_size') {{$errors->first('room_size')}} @enderror
@error('description') {{$errors->first('description')}} @enderror
@error('bed_description') {{$errors->first('bed_description')}} @enderror
@endsection