Available balance
@if ($Customer->balance < 0)
{{round($Customer->balance, 2).' '.$currency->icon.' ('.$currency->code .')'}}
@else
{{round($Customer->balance, 2).' '.$currency->icon.' ('.$currency->code .')'}}
@endif
Locked Amount
{{round($lockedAmount, 2) .' '.$currency->icon}}
Total Receipts
{{round($totalReceipts, 2) .' '.$currency->icon}}