@extends('layouts.app') @section('content') @include('common.alerts') @include('common.errors')
Room | Name | Category | UseMirrors | MapSize | SourcesPath | Link | Enabled | ||
---|---|---|---|---|---|---|---|---|---|
{{ $room->name }} | @if (isset($roomTypes[$room->type])) {{ $roomTypes[$room->type] }} @else {{ $room->type }} @endif | @if ($room->useMirrors) Yes @else No @endif | {{ $room->mapSize }} | ... {{ substr($room->sourcesPath, 12, -1) }} | @if ($room->enabled) Yes @else No @endif |