sifatbaho
This commit is contained in:
5
resources/views/components/price.blade.php
Executable file
5
resources/views/components/price.blade.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user