{{Auth::user()->name}}

{{Auth::user()->email}}

  • $ {{number_format(Auth::user()->compound_wallets->sum('amount'), 2, '.', ',')}}

    Total Revenue

  • {{$investments->count()}}

    Number of Orders

@if (Auth::user()->hasBiodata()) @else @endif
@csrf


@include('inc.message')
Current Capital Invested

${{number_format($investments->where('status', 1)->sum('amount'), 2, '.', ',')}}

Amount in USD

Current Balance

${{number_format(Auth::user()->compoundingProfit(), 2, '.', ',')}}

Amount in USD

Referral Bonus

${{number_format(Auth::user()->referralProfit(), 2, '.', ',')}}

Amount in USD

Withdrawals

${{number_format($withdrawals->where('status', 1)->sum('amount'), 2, '.', ',')}}

Amount in USD