Edit Room
Room Information
@if ($errors->any())
@endif
@if (session('success'))
Please correct the following errors:
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('success') }}
@endif