@extends('dashboard.layouts.main') @section('title', 'Core Mining ⛏️- AI Gold Mining ⛏️') @push('styles') @endpush @section('content')
Track all your mining activities and transactions in one place
View and filter your complete transaction history
| Transaction | Amount | Status |
|---|---|---|
|
{{ $description ?: ucfirst(str_replace('_', ' ', $type)) }}
{{ $dateTimeFormatted }}
|
{{ $amountPrefix }}${{ number_format($amount, 2) }}
@if($type === 'deposit')
Fund Wallet: ${{ number_format($balances['fund_wallet'] ?? 0, 2) }}
@elseif($type === 'withdrawal')
Net Balance: ${{ number_format($balances['net_balance'] ?? 0, 2) }}
@elseif($type === 'referral_earning')
Referral Earning: ${{ number_format($balances['referral_earning'] ?? 0, 2) }}
@elseif($type === 'mining_earning')
Mining Earning: ${{ number_format($balances['mining_earning'] ?? 0, 2) }}
@else
Net Balance: ${{ number_format($balances['net_balance'] ?? 0, 2) }}
@endif
{{ ucfirst($status) }}
|
{{ ucfirst($status) }}
{{ $date->diffForHumans() }}
|
|
No transactions found |
||