@extends('user.layouts.master') @section('user_content')
@if(Session::has('token_sell')) @elseif(Session::has('Money_added')) @elseif(Session::has('token_buy')) @elseif(Session::has('token_sell_error')) @elseif(Session::has('balance_error')) @elseif(Session::has('withdraw_added')) @elseif(Session::has('withdraw_error')) @endif
@if(Auth::user()->status == 0)
Your account has been restricted. You can't make any transaction. Please Contact with admin to remove the restriction.

@endif @php $token_rate= App\Models\TokenRate::first(); @endphp
img60
MUSD WALLET

{{$data['sum_deposit'] ? '$'.number_format((float)$data['sum_deposit'], 2, '.', '') : '$00.00'}}

TOTAL PORTFOLIO: ${{ round((($data['sum_deposit_staking'])*$token_rate->token_convert_rate)+(($data['sum_deposit_token'])*$token_rate->token_convert_rate)+(($data['sum_deposit_bonus'])*$token_rate->token_convert_rate)+($data['sum_deposit']), 2) }}
img60
Total Earn

{{$data['total_earning'] ? number_format((float)$data['total_earning'], 2, '.', '') : '00.00'}}

img60
Today's Earn

{{$data['todays_earning'] ? number_format((float)$data['todays_earning'], 2, '.', '') : '00.00'}}

img60
Available

{{$data['available_task']}}

img60
Pending

{{ $data['pending_tasks'] }}

img60
Completed

{{$data['completed_tasks']}}

@if(Auth::user()->ambassador== 1) @endif @if(Auth::user()->merchant_status== 1) @endif
Account Summary