@if($room)
{{ (($room['type'] == 0) ? $room['room'] . ' комн. ' . mb_strtolower($this->types[$room['type']]) : $this->types[$room['type']]) }}
Помещение: {{ $room['name'] }}
Площадь: {{ $room['area'] }}
Этаж: {{ $room['level'] }}
@endif
{{ $cAct }}