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

Edit Room

@csrf @method('PUT')
@error('name') {{$errors->first('name')}} @enderror
@error('description') {{$errors->first('description')}} @enderror
@error('room_type') {{$errors->first('room_type')}} @enderror
@error('room_type') {{$errors->first('room_type')}} @enderror
@endsection