Тест коммита (скрыл вознаграждение в списке договоров)

This commit is contained in:
Dmitry Karpukhin 2025-11-28 11:39:40 +08:00
parent f28f58b742
commit 79a16dafa4

View File

@ -8,7 +8,7 @@
<th>ЖК
<th>Площадь
<th>Сумма
<th>Вознаграждение
<!-- <th>Вознаграждение -->
<th>Статус
<th>
</tr>
@ -57,7 +57,8 @@
?>
{!! $price !!}
</td>
<td class="align-middle d-none d-lg-table-cell">
<!--
<td class="align-middle d-none d-lg-table-cell">
<?php
$contract->reward = GetAgentPaymentForContract($contract);
//$contract->reward = $contract->reward ? $contract->reward : 0;
@ -67,7 +68,7 @@
$reward = $reward . ' &#8381';
$reward = str_replace(' ', '&nbsp;', $reward);
?>
@if ($contract->status == 'TREATY')
<span class="fw-bold">{!! $reward !!}</span>
@else
@ -77,6 +78,7 @@
</span>
@endif
</td>
-->
<td class="d-block d-lg-none d-flex flex-row">
<div class="w-100">
<span class="d-block d-md-none fs-6 text-secondary">Стоимость</span>