6 lines
218 B
PHP
Executable File
6 lines
218 B
PHP
Executable File
<span class="badge badge-soft-info text-uppercase">
|
|
@if ($balance < 0) <?=number_format($balance, 2)?> @lang('translation.sum')
|
|
@else <?=number_format($balance, 2)?> @lang('translation.sum')
|
|
@endif
|
|
</span>
|