Buy {{ $currency->code }}

{{$currency->currency}}

{{formatNumber($currency->price)}}

SwiftPay Balance

{{$currency->currency_symbol}} {{formatNumber($currency->volume ?? 0)}}

${{formatNumber($currency->limit ?? 0)}}

SwiftPay Balance

{{formatNumber(auth()->user()->wallet_balance)}}

Note: Ensure you input the right info, as we would not be held liable for any loss of asset.

@php $label = "Amount in " . $currency->code; @endphp

{{number_format($nairaAmount, 2)}} NGN

SwiftPay charges a {{$fee}}% fee on all transactions

Receiver Account Details

Note: Ensure your Bank supports {{$currency->code}} transfer Recommend Bank - Domiciliary Account ({{$currency->currency}}).

@foreach ($formFields as $field)
@error('dynamicFields.' . $field['label']) {{ $message }} @enderror
@endforeach {{ __('Proceed') }}
{{-- order Preview --}}

Order Preview

Total

{{formatNumber($totalAmount)}}

{{$amount}} {{$currency->code}}

{{formatNumber($nairaAmount)}} NGN

{{formatNumber($feeAmount)}} NGN

@foreach ($formFields as $fieldItem) @continue($fieldItem['type'] == 'file')

{{$dynamicFields[$fieldItem['label']]}}

@endforeach
{{ __('Continue') }}