fix! contracts table
This commit is contained in:
parent
2e85f70b8a
commit
bba500698f
@ -52,7 +52,7 @@
|
|||||||
$price = ($contract->price) ? Number::forHumans($contract->price, 2) : '';
|
$price = ($contract->price) ? Number::forHumans($contract->price, 2) : '';
|
||||||
$price = str_replace('million', 'млн', $price);
|
$price = str_replace('million', 'млн', $price);
|
||||||
$price = str_replace('thousand', 'тыс', $price);
|
$price = str_replace('thousand', 'тыс', $price);
|
||||||
$price = $price . ' ₽';
|
$price = ($price) ? $price . ' ₽' : '';
|
||||||
$price = str_replace(' ', ' ', $price);
|
$price = str_replace(' ', ' ', $price);
|
||||||
?>
|
?>
|
||||||
{!! $price !!}
|
{!! $price !!}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user