{{ $branchName }} - 包廂設定
{{-- 樓層 Tab --}}
@foreach($floors as $fl) @endforeach
{{-- 類別 Tab --}}
@foreach(['all' => '全部', 'pc' => 'PC', 'svr' => 'SVR'] as $value => $label) @endforeach
{{-- 房間卡片列表 --}}
@forelse($rooms as $room) @empty
尚無包廂資料
@endforelse