@extends('dashboard.layouts.main') @section('title', 'Core Mining ⛏️- AI Gold Mining ⛏️') @push('styles') @endpush @section('content')
@if(session('error'))
{{ session('error') }}
@endif

Select Crypto Network

Choose a network to withdraw crypto

@foreach($cryptoWallets as $wallet)
@if($wallet->network === 'bnb_smart_chain') @else @endif
{{ $wallet->network_display_name }}
{{ strtoupper($wallet->network === 'bnb_smart_chain' ? 'BSC (BEP20)' : 'TRON') }}
@endforeach
Select Token
USDT
Cancel
@push('scripts') @endpush @endsection