@extends($activeTemplate . 'layouts.master') @section('content')

Dashboard

Hi, {{ auth()->user()->username }}

Wallet

Current Balance

{{ showAmount($user->interest_wallet, 2, true, false, false) }} {{ gs('cur_sym') }}

Referral Link

Gift

Daily Check-In

Collect your daily reward

Deposit
Deposit
Withdraw
Withdraw
Links
Important Links
Profile
Profile

{{ 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

@if(gs('ptc_module'))
VIP Plans
PTC Plan
PTC Ads
PTC Ads
@endif @if(gs('investment_module'))
My Plans
My Plans
Plans
Plans
@endif @if(gs('mining_module'))
Mining
Crypto Mining
@endif @if(gs('ai_bot_module'))
AI Bots
AI Bots
@endif @if(gs('trading_module'))
Option Trading
Option Trading
@endif @if(gs('forex_module'))
Forex
Forex
@endif @if(gs('stock_module'))
Stock
Stock
@endif @if(gs('games_module'))
Games
Games
@endif
Salary
Salary
My Team
My Team
@if(gs('b_transfer'))
Transfer Balance
Transfer Balance
@endif
Transactions
Transactions
Promo Code
Promo Code
Download App
Download App
Portfolio
Portfolio
Support
Support
Logout
Logout

If you want to become a team leader, complete our task to get a 5% to 20% deposit discount. The larger the team, the higher the profit.

Become A Leader

Recent Transactions

View All
@forelse($transactions->take(5) as $trx)
History

{{ strLimit($trx->details, 30) }}

Trx: {{ $trx->trx }}
{{ showDateTime($trx->created_at, 'd-m-Y') }} | {{ $trx->created_at->diffForHumans() }}

{{ showAmount($trx->amount) }}

@empty

No Transactions Found

@endforelse
@push('script') @endpush @endsection