From 403e009ad092eb17f5453630982770e20c051b54 Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 24 Apr 2026 07:26:35 +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=BE=D0=B1?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=BA=D0=B0=20=D1=84=D0=B8=D0=BB=D1=8C=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clients/livewire/search/input.blade.php | 173 +++++++++++------- lang/ru/deal.php | 7 + resources/views/clients/table.blade.php | 4 +- 3 files changed, 116 insertions(+), 68 deletions(-) create mode 100644 lang/ru/deal.php 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 35785f5..03992f6 100644 --- a/app/Modules/Main/Views/clients/livewire/search/input.blade.php +++ b/app/Modules/Main/Views/clients/livewire/search/input.blade.php @@ -1,55 +1,44 @@ -
-
- - - - - - -
-
- - - - - - - -
- -
- + +
+ @else + Жилой комплекс + @endif - -
+
+
+ + + + + + +
+
+ + + + + + + +
+ +
+ + + +
- \ No newline at end of file diff --git a/lang/ru/deal.php b/lang/ru/deal.php new file mode 100644 index 0000000..da45511 --- /dev/null +++ b/lang/ru/deal.php @@ -0,0 +1,7 @@ + 'Новый', + 'MODERATION' => 'На проверке', + 'UNIQUE' => 'Уникальный', + 'NOT UNIQUE' => 'Не уникальный', +]; \ No newline at end of file diff --git a/resources/views/clients/table.blade.php b/resources/views/clients/table.blade.php index 6ac7c20..a66b576 100644 --- a/resources/views/clients/table.blade.php +++ b/resources/views/clients/table.blade.php @@ -7,8 +7,8 @@
@livewire('clients.search.input')
-
-