доработка компоненты вывода клиентов

This commit is contained in:
developer 2026-04-23 15:39:45 +08:00
parent bbf324b092
commit d081571108
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@ public function appendFilter($filter) {
} else {
$this->filter = [];
}
$this->getClients();
$this->render();
}
#[On('clientCreated')]
public function getDeals()

View File

@ -1,6 +1,5 @@
<div>
<div class="fs-5 bg-light p-0 m-0 border border-1 rounded-4">
@if ($clients->count() == 0)
<div class="text-center py-5">Нет данных для отображения</div>
@endif