@extends('template.coin.layouts.base') @section('title', __('Dashboard')) @section('content')
Balance
{{number_format($total_bal->count,'2','.',',')}} {{system_settings('currency')}}
Your Balance In
  • {{number_format($total_bal->count,'2','.',',')}}Overall
  • {{number_format($user->bonus,'2','.',',')}}Bonus
  • {{number_format($user->ref_bonus,'2','.',',')}}Referral
Withdrawal

Total: @if(!empty($twithdraw->count)) {{number_format($twithdraw->count,2,'.',',')}} @else 0.00 @endif {{$user->currency}} Last Withdrawal : @if(!empty($lwithdraw)) {{number_format($lwithdraw->amount,2,'.',',')}} @else 0.00 @endif {{$user->currency}}

Earn 10% commission and give a bonus by sharing this link!

My Wallets

@if($wallets->isNotEmpty()) @foreach($wallets as $wallet)
{{$wallet->dwallet()->wallet_name}} Wallet ({{$wallet->sym}})

{{system_settings('currency')}}{{ number_format($wallet->balance, 2, '.', ',')}}

@endforeach @endif
Trading Account
@if(!empty($t_accounts)) @foreach($t_accounts as $t_account) @endforeach @endif
Terminal Id Account Type Currency Account Used Balance
Status
{{$t_account->trade_id}}
{{$t_account->account_type}} {{$t_account->currency}} {{$t_account->account_used}} @if($t_account->account_used == 'real')
{{$t_account->dwallet()->sym}} @endif
{{$t_account->status}} {{$t_account->status}} Launch
@endsection