@extends('components.customer-layout') @section('header')
{{--

withdrawn

--}}
@endsection {{-- @dd($wallets) --}} @section('content')

Swap

Available

0


For

Available 0

0
How it works

Enter the amount you want to swap, select the tokens, and confirm the transaction to receive your swapped crypto instantly.

Requirements

You must have a sufficient balance of the token you’re swapping from and cover any network fees.

Condition

Swaps are final and cannot be reversed, so ensure you verify details before confirming.

Protection

Transactions are secured using blockchain technology, ensuring transparency and safety.

Records
@if ($availableAssetBalance) {{-- --}} @foreach ($availableAssetBalance as $Investment) @endforeach
S/NName Symbol Balance Current Price Last Updated
{{ ucwords($Investment['name']) }}
{{ ucwords($Investment['symbol']) }}
${{ number_format($Investment['balance'], 2, '.', ',') }} ${{ number_format($Investment['price'], 2, '.', ',') }} {{ date('d M,Y', strtotime($Investment['updatedAt'])) }}
@else @endif
@endsection