@extends('dashboard.layouts.main') @section('title', 'Core Mining ⛏️- AI Gold Mining ⛏️') @push('styles') @endpush @section('content')
Net Balance
{{-- ${{ number_format($user->net_balance ?? 0, 2) }} --}} ${{ number_format($totalNetBalance ?? (($user->mining_earning ?? 0) + ($user->referral_earning ?? 0)), 2) }}
Fund Wallet: {{-- ${{ number_format($user->fund_wallet ?? 0, 2) }} --}} ${{ number_format($user->fund_wallet ) }}
Add Funds
Cash Out
Claim
Invite
@if($hasActivePlan)
Active
@else
Start
@endif
Live Earning
Real time updates
${{ number_format($totalUnclaimedProfit ?? 0, 6, '.', '') }}
@if($hasActivePlan)
{{ $initialCountdown }}
@endif
@if($hasActivePlan) @else @endif
Total Mining
${{ number_format($allTimeMiningEarnings ?? 0, 2) }}
Total Invested
${{ number_format($user->total_invested ?? 0, 2) }}

Performance

Earnings
Investment

Referral Earning

+ $0.000000
Time: -
Referred By: -
Earned By: -
Referral Wallet: -
WhatsApp Channel
@endsection @push('scripts') @endpush