Main Wallet
@if($wallets->isNotEmpty())
@foreach($wallets as $wallet)
@endforeach
@endif
{{$wallet->dwallet()->wallet_name}} ({{$wallet->sym}})
{{__format_number($wallet->balance)}}{{$user->user_curr()}}
{{__format_number($wallet->get_sys_balance())}}{{system_settings('currency')}}
Locked Amount
{{__format_number($wallet->locked_balance)}} {{$user->user_curr()}}
Investment Wallet
@if($wallets->isNotEmpty())
@foreach($wallets as $wallet)
@endforeach
@endif
{{$wallet->dwallet()->wallet_name}} ({{$wallet->sym}})
{{__format_number($wallet->inv_balance)}}{{$user->user_curr()}}
{{__format_number($wallet->get_sys_inv_balance())}}{{system_settings('currency')}}
Locked Amount
{{__format_number($wallet->locked_inv_balance)}} {{$user->user_curr()}}