@extends('template.coin.layouts.base') @section('title', __('Dashboard')) @section('content')
Account Wallet

Wallet

Here is the list of your wallets!

@if($wallets->isNotEmpty()) @foreach($wallets as $wallet)
{{$wallet->dwallet()->wallet_name}}
{{__format_number($wallet->balance)}}{{$user->user_curr()}}
{{__format_number($wallet->get_sys_balance())}}{{system_settings('currency')}}
@endforeach @endif
@endsection