@lang('Users Wallet')
{{ gs('cur_sym') . showAmount($funds['balance'], currencyFormat: false) }}
@lang('On Account of FDR')
{{ gs('cur_sym') . showAmount($funds['dps'], currencyFormat: false) }}
@lang('On Account of DPS')
{{ gs('cur_sym') . showAmount($funds['dps'], currencyFormat: false) }}
@lang('Total In Fund')
{{ gs('cur_sym') . showAmount(array_sum($funds), currencyFormat: false) }}