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')
-
-