вывод аентства в таблицу агентов
This commit is contained in:
parent
9d79741988
commit
85b3f54bc3
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user