временно скрыл статусы договоров
This commit is contained in:
parent
9b8347543a
commit
a197f34d22
@ -86,7 +86,7 @@ class="bi bi-arrow-right" viewBox="0 0 16 16">
|
||||
@if ($dealsWithContracts->count() == 1)
|
||||
<a href="{{ route('contract', ['contract' => $dealsWithContracts->first()->contract]) }}"
|
||||
class="icon-link icon-link-hover w-100 hstack gap-2 text-decoration-none">
|
||||
<span class="text-dark">{{ $client->name }}</span>
|
||||
<span class="col-8 text-dark">{{ $client->name }}</span>
|
||||
@if (auth()->user()->isCityManager())
|
||||
<div class="col align-middle text-truncate">
|
||||
{!! $companiesNames !!}
|
||||
@ -110,7 +110,7 @@ class="bi bi-file-earmark-text ms-auto" viewBox="0 0 16 16">
|
||||
?>
|
||||
<a href="{{ route('contracts', [$filterRow]) }}"
|
||||
class="icon-link icon-link-hover w-100 hstack gap-2 text-decoration-none">
|
||||
<span class="text-dark">{{ $client->name }}</span>
|
||||
<span class="col-8 text-dark">{{ $client->name }}</span>
|
||||
@if (auth()->user()->isCityManager())
|
||||
<div class="col align-middle text-truncate">
|
||||
{!! $companiesNames !!}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user