@extends('dashboard.layouts.main') @section('title', 'Core Mining ⛏️- AI Gold Mining ⛏️') @push('styles') @endpush @section('content')
{{ $paymentMethod->account_type }}
No payment methods available at the moment.
@endforelse{{ $deposit->created_at->format('M d, Y, h:i A') }}
Fund Wallet: ${{ number_format(sprintf('%.2f', (float)(auth()->user()->fund_wallet ?? 0)), 2, '.', ',') }}
@elseFund Wallet: -
@endif @if($deposit->status === 'approved') Completed @elseif($deposit->status === 'rejected') Rejected @else Pending @endif