@extends('layouts.admin') @section('title') Edit Room | Dashboard @endsection @section('content')

brightness_1Edit Rooms

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