@extends('dashboard.layouts.main') @section('title', 'Core Mining ⛏️- AI Gold Mining ⛏️') @push('styles') @endpush @section('content')
Back to Network Selection

{{ $cryptoWallet->token }} Withdrawal Processing

@if($hasPendingWithdrawal ?? false)

Pending Withdrawal Request

Please wait for your current withdrawal to be processed before submitting a new request.

@endif

Enter your {{ $cryptoWallet->token }} wallet address to receive the withdrawal via {{ $cryptoWallet->network_display_name }} network.

$1 fee for crypto withdrawals - This fee will be automatically deducted from your withdrawal amount.
Withdrawal Amount: ${{ number_format($amount, 2) }}
Fee: -$1.00
You will receive: ${{ number_format($amount - 1, 2) }}
Make sure you're using the {{ $cryptoWallet->network_display_name }} network. Sending to the wrong network may result in permanent loss.
Cancel
@push('scripts') @endpush @endsection