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

This commit is contained in:
developer 2026-04-29 16:38:22 +08:00
parent c4e29181db
commit 5c02f48a3c

View File

@ -79,11 +79,13 @@ class="d-none d-flex position-absolute w-100 h-100 top-0 start-0 align-items-cen
<span class="d-block d-md-none fs-6 text-secondary">Жилой комплекс</span> <span class="d-block d-md-none fs-6 text-secondary">Жилой комплекс</span>
@if(count($complexesNames) > 1) @if(count($complexesNames) > 1)
<div class="d-flex align-items-center gap-1 table_complexes_complexes_main text-nowrap"> <div class="d-flex align-items-center gap-1 table_complexes_complexes_main text-nowrap">
<span>{!! $complexesNames[0] !!}<span> <span>{!! $complexesNames[0] !!}</span>
<span>+</span> <span>+</span>
<span class="d-flex justify-content-center align-items-center text-center bg-secondary rounded-circle text-light" <span class="d-flex justify-content-center align-items-center text-center bg-secondary rounded-circle text-light"
style="font-size: .7rem;width:1.3rem;height:1.3rem;cursor:pointer" style="font-size: .7rem;width:1.3rem;height:1.3rem;cursor:pointer"
title="{{ implode(', ', $complexesNames) }}">{{ count($complexesNames) - 1 }}</span> title="{{ implode(', ', $complexesNames) }}">
{{ count($complexesNames) - 1 }}
</span>
</div> </div>
@endif @endif
</td> </td>