@extends('layouts.app') @section('title','New Exchange') @section('header-left')

New Exchange

Convert your assets to NGN instantly

@endsection @section('content')
{{-- Header --}}

Start New Exchange

Convert your digital assets to local currency instantly.

{{-- Type Toggle --}}
{{-- Form --}}
@csrf {{-- Asset Selector --}}
@foreach($rates as $rate) @endforeach
{{-- You Send --}}
You Send Rate: Loading…
{{ $rates->first()?->asset_type }}
arrow_downward
{{-- You Receive --}}
You Receive (Estimated)
Live Rate
₦0.00
{{-- Crypto: TX Hash, Giftcard: Card details --}}
{{-- Proof Upload --}}

{{-- Security badges --}}
verified_userSSL Secured
lockEncrypted
historyInstant Payout

By clicking "Initialize Exchange", you agree to Vicdan's Terms and Privacy Policy.

@endsection @push('scripts') @endpush