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

{{ $cryptoWallet->token }} Deposit Processing

--}}

Send {{ $cryptoWallet->token }} using the {{ $cryptoWallet->network_display_name }} network.

@if($cryptoWallet->qr_code_image)
QR Code
@endif
Wallet Address
{{ $cryptoWallet->wallet_address }}
USD Amount
${{ number_format($amount, 0) }}
Deposit Amount
{{ number_format($amount, 2) }} USD ≈
{{ number_format($amount, 2) }} {{ $cryptoWallet->token }}

Important Instructions:

  • Send only {{ $cryptoWallet->token }} to this address. Sending any other token may result in permanent loss.
  • Make sure you're sending through the {{ $cryptoWallet->network_display_name }} network.
  • The deposit will be credited after blockchain confirmation (usually within 5-10 minutes).
@push('scripts') @endpush @endsection