вывод аентства в таблицу агентов

This commit is contained in:
developer 2026-04-01 08:03:46 +08:00
parent 9d79741988
commit 85b3f54bc3

View File

@ -110,6 +110,11 @@ class="bi bi-arrow-right ms-auto" viewBox="0 0 16 16">
@else
<a href="" class=" icon-link icon-link-hover w-100 hstack gap-2 text-decoration-none">
<span class="text-dark">{{ $client->name }}</span>
@if (auth()->user()->isCityManager())
<div class="col col-md-2 align-middle text-truncate">
{!! $companiesNames !!}
</div>
@endif
</a>
@endif
</div>