@extends('layouts.app') @section('content') @include('common.alerts') @include('common.errors')
{{ csrf_field() }}

2D Rooms list

@if (count($rooms) > 0) @foreach ($rooms as $room) enabled) style="opacity: 0.5;" @endif> @endforeach @else No one room found. @endif
  Room Name Category Link Enabled Action
{{ $room->name }} @if (isset($roomTypes[$room->type])) {{ $roomTypes[$room->type] }} @else {{ $room->type }} @endif @if ($room->enabled) Yes @else No @endif Edit Tiled Surfaces
@endsection