{{-- resources/views/dashboard/wallet/swap.blade.php --}} @extends('layouts.user') @section('title', 'Swap Balance') @section('content')
{{-- ── Header ────────────────────────────────── --}}

Swap Assets

Swap between USD and any supported asset using live pair rates.

Withdraw
{{-- ── Balance strip ─────────────────────────── --}}
USD Balance
${{ number_format((float)$usdBalance, 2) }}
Available to convert
Pair Rate
Live pair quote
You Receive
Select amount
{{-- ── Main layout ───────────────────────────── --}}
{{-- Left: Swap form --}}
Swap Direction
Choose source and destination asset
@csrf {{-- Exchange UI --}}
{{-- You pay --}}
You Pay
USD
Balance available
{{-- Arrow --}}
{{-- You receive --}}
You Receive (estimated)
Rate loading…
{{-- Rate breakdown --}}
Exchange Rate
You Receive
Source Deducted
{{-- Submit --}}
{{-- Right: Info cards --}}
How It Works
Instant conversion to your wallet
Enter USD Amount
Type the USD you want to convert. Minimum $1.00.
Live Rate Applied
We fetch the real-time USDT pair rate for your chosen asset.
Instant Credit
Your crypto balance is credited immediately after conversion.
Note
Rates are indicative. Final amount may vary slightly due to market movement at execution time.
{{-- /layout --}}
{{-- /page --}} @endsection @push('scripts') @endpush