Room Categories
@if (session('success'))
Success! {{ session('success') }}
@endif
@if ($errors->any())
Error!
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@if ($roomTypes->count() > 0)
@else
@endif
| # | Name | Description | Channels | Menu Controls | Actions |
|---|---|---|---|---|---|
| {{ $roomType->id }} |
{{ $roomType->name }}
{{ $roomType->created_at ? $roomType->created_at->format('M d, Y') : 'No date' }}
|
@if ($roomType->description) {{ $roomType->description }} @else No description @endif | @if ($roomType->channels->count() > 0) Total: {{ $roomType->channels->count() }} channels @else No channels assigned @endif | @if ($roomType->menuControls->count() > 0) Total: {{ $roomType->menuControls->count() }} menus @else No menus assigned @endif |