@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)]
]
])
@endsection