@extends('layouts/contentNavbarLayout') @section('title', 'Floors') @section('vendor-style') @endsection @section('content')
| # | Name | Capacity | Sort order | Rooms | Actions |
|---|---|---|---|---|---|
| {{ $floor->id }} | {{ $floor->name }} | {{ $floor->capacity }} | {{ $floor->sort_order }} | {{ $floor->rooms_count }} | View Edit |
| No floors yet. Add a floor to get started. | |||||