временно скрыл статусы договоров
This commit is contained in:
parent
bbd19ead6b
commit
9b8347543a
@ -87,6 +87,11 @@ class="bi bi-arrow-right" viewBox="0 0 16 16">
|
|||||||
<a href="{{ route('contract', ['contract' => $dealsWithContracts->first()->contract]) }}"
|
<a href="{{ route('contract', ['contract' => $dealsWithContracts->first()->contract]) }}"
|
||||||
class="icon-link icon-link-hover w-100 hstack gap-2 text-decoration-none">
|
class="icon-link icon-link-hover w-100 hstack gap-2 text-decoration-none">
|
||||||
<span class="text-dark">{{ $client->name }}</span>
|
<span class="text-dark">{{ $client->name }}</span>
|
||||||
|
@if (auth()->user()->isCityManager())
|
||||||
|
<div class="col align-middle text-truncate">
|
||||||
|
{!! $companiesNames !!}
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
|
||||||
class="bi bi-file-earmark-text ms-auto" viewBox="0 0 16 16">
|
class="bi bi-file-earmark-text ms-auto" viewBox="0 0 16 16">
|
||||||
<path
|
<path
|
||||||
@ -106,6 +111,11 @@ class="bi bi-file-earmark-text ms-auto" viewBox="0 0 16 16">
|
|||||||
<a href="{{ route('contracts', [$filterRow]) }}"
|
<a href="{{ route('contracts', [$filterRow]) }}"
|
||||||
class="icon-link icon-link-hover w-100 hstack gap-2 text-decoration-none">
|
class="icon-link icon-link-hover w-100 hstack gap-2 text-decoration-none">
|
||||||
<span class="text-dark">{{ $client->name }}</span>
|
<span class="text-dark">{{ $client->name }}</span>
|
||||||
|
@if (auth()->user()->isCityManager())
|
||||||
|
<div class="col align-middle text-truncate">
|
||||||
|
{!! $companiesNames !!}
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
|
||||||
class="bi bi-arrow-right ms-auto" viewBox="0 0 16 16">
|
class="bi bi-arrow-right ms-auto" viewBox="0 0 16 16">
|
||||||
<path fill-rule="evenodd"
|
<path fill-rule="evenodd"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user