From 1dfd1570a4dce77721b0f6479019f4ce76af9b4b Mon Sep 17 00:00:00 2001 From: developer Date: Thu, 23 Apr 2026 22:25:12 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D1=8B=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BB=D0=B8=D0=B5=D0=BD=D1=82=D0=BE=D0=B2:=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B2=D0=B5=D0=BB=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=B6=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clients/livewire/search/input.blade.php | 45 +++++++++++++++---- 1 file changed, 37 insertions(+), 8 deletions(-) diff --git a/app/Modules/Main/Views/clients/livewire/search/input.blade.php b/app/Modules/Main/Views/clients/livewire/search/input.blade.php index ba9447d..35785f5 100644 --- a/app/Modules/Main/Views/clients/livewire/search/input.blade.php +++ b/app/Modules/Main/Views/clients/livewire/search/input.blade.php @@ -2,7 +2,7 @@ use Modules\Main\Models\Deal\DealStatus; ?>
-
+
@@ -13,8 +13,17 @@ value="{{ DealStatus::NOT_UNIQUE }}" id="option7" autocomplete="off" {{ (array_key_exists('status', $filter) && $filter['status'] == DealStatus::NOT_UNIQUE) ? 'checked' : '' }}>
- +
+ + + + + + + +
- + @else
ЖК
@endif @@ -43,14 +53,33 @@ @foreach ($complexes as $complex)
  • @endforeach + @if(1 == 2 && array_key_exists('complexes', $filter) && count($filter['complexes']) > 1) +
    + Убрать все +
    + @endif
    +
    \ No newline at end of file