@extends('layouts.branch') @section('title', 'Edit Room') @section('header', 'Modify Room Profile') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Room Inventory', 'url' => route('branch.rooms.index')], ['name' => 'Edit Room', 'url' => route('branch.rooms.edit', $room->id)] ] ])
@csrf

Update Room

Modify physical mapping and configuration

@error('room_number')

{{ $message }}

@enderror
@foreach($amenities as $amenity) @endforeach
Discard
@endsection