@extends('dashboard.layouts.main') @section('title', 'Core Mining ⛏️- AI Gold Mining ⛏️') @push('styles') @endpush @section('content')
Manage your cryptocurrency mining earnings and transactions
View and manage all your mining transactions
| Transaction | Type | Amount | Status | Date & Time |
|---|---|---|---|---|
|
{{ $description ?: ucfirst(str_replace('_', ' ', $type)) }}
|
{{ $typeLabel }} |
{{ $amountPrefix }}${{ number_format($amount, 2) }}
@if($type === 'deposit')
Fund Wallet: ${{ number_format($balances['fund_wallet'], 2) }}
@elseif($type === 'withdrawal')
Net Balance: ${{ number_format($balances['net_balance'], 2) }}
@elseif($type === 'referral_earning')
Referral Earning: ${{ number_format($balances['referral_earning'], 2) }}
@elseif($type === 'mining_earning')
Mining Earning: ${{ number_format($balances['mining_earning'], 2) }}
@else
Net Balance: ${{ number_format($balances['net_balance'], 2) }}
@endif
{{ ucfirst($status) }}
|
{{ ucfirst($status) }} |
{{ $dateFormatted }}
{{ $timeFormatted }}
|
|
No transactions found |
||||