Тест коммита (скрыл вознаграждение в списке договоров)
This commit is contained in:
parent
f28f58b742
commit
79a16dafa4
@ -8,7 +8,7 @@
|
|||||||
<th>ЖК
|
<th>ЖК
|
||||||
<th>Площадь
|
<th>Площадь
|
||||||
<th>Сумма
|
<th>Сумма
|
||||||
<th>Вознаграждение
|
<!-- <th>Вознаграждение -->
|
||||||
<th>Статус
|
<th>Статус
|
||||||
<th>
|
<th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -57,7 +57,8 @@
|
|||||||
?>
|
?>
|
||||||
{!! $price !!}
|
{!! $price !!}
|
||||||
</td>
|
</td>
|
||||||
<td class="align-middle d-none d-lg-table-cell">
|
<!--
|
||||||
|
<td class="align-middle d-none d-lg-table-cell">
|
||||||
<?php
|
<?php
|
||||||
$contract->reward = GetAgentPaymentForContract($contract);
|
$contract->reward = GetAgentPaymentForContract($contract);
|
||||||
//$contract->reward = $contract->reward ? $contract->reward : 0;
|
//$contract->reward = $contract->reward ? $contract->reward : 0;
|
||||||
@ -67,7 +68,7 @@
|
|||||||
$reward = $reward . ' ₽';
|
$reward = $reward . ' ₽';
|
||||||
$reward = str_replace(' ', ' ', $reward);
|
$reward = str_replace(' ', ' ', $reward);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
@if ($contract->status == 'TREATY')
|
@if ($contract->status == 'TREATY')
|
||||||
<span class="fw-bold">{!! $reward !!}</span>
|
<span class="fw-bold">{!! $reward !!}</span>
|
||||||
@else
|
@else
|
||||||
@ -77,6 +78,7 @@
|
|||||||
</span>
|
</span>
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
|
-->
|
||||||
<td class="d-block d-lg-none d-flex flex-row">
|
<td class="d-block d-lg-none d-flex flex-row">
|
||||||
<div class="w-100">
|
<div class="w-100">
|
||||||
<span class="d-block d-md-none fs-6 text-secondary">Стоимость</span>
|
<span class="d-block d-md-none fs-6 text-secondary">Стоимость</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user