селектор помещений из апи

This commit is contained in:
developer 2026-04-02 11:51:20 +08:00
parent b11f85e384
commit 0f6dffb596

View File

@ -42,7 +42,7 @@
class="img-fluid rounded-start" alt="..."> class="img-fluid rounded-start" alt="...">
</div> </div>
<div class="col px-3"> <div class="col px-3">
<h3 class="fw-bold mb-3 text-uppercase"> <h3 class="fw-bold mb-3 text-uppercase text-primary">
{{ (($room['type'] == 0) ? $room['room'] . ' комн. ' . mb_strtolower($this->types[$room['type']]) : $this->types[$room['type']]) }} {{ (($room['type'] == 0) ? $room['room'] . ' комн. ' . mb_strtolower($this->types[$room['type']]) : $this->types[$room['type']]) }}
</h3> </h3>
<div class="d-flex flex-wrap gap-3"> <div class="d-flex flex-wrap gap-3">