@extends($activeTemplate . 'layouts.master') @section('content')
Hi, {{ auth()->user()->username }}
Current Balance
{{ showAmount($totalInvest, 2, true, false, false) }}
Total Deposit
{{ showAmount($totalWithdraw, 2, true, false, false) }}
Total Withdraw
{{ showAmount($pendingWithdrawals, 2, true, false, false) }}
Pending Withdraw
{{ showAmount($totalInvest, 2, true, false, false) }}
Recent Invest
{{ showAmount($pendingDeposits, 2, true, false, false) }}
Pending Invest
{{ showAmount($referralEarnings, 2, true, false, false) }}
Ref Earn
{{ strLimit($trx->details, 30) }}
Trx: {{ $trx->trx }}
{{ showDateTime($trx->created_at, 'd-m-Y') }} |
{{ $trx->created_at->diffForHumans() }}
{{ showAmount($trx->amount) }}