@extends('layouts.branch')
@section('title', 'Add Room')
@section('header', 'Register New Room')
@section('content')
@include('partials.branch._breadcrumbs', [
'breadcrumbs' => [
['name' => 'Room Inventory', 'url' => route('branch.rooms.index')],
['name' => 'New Room', 'url' => route('branch.rooms.create')]
]
])
@endsection