Sell {{ $currency->code }}

{{$currency->currency}}

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

SwiftPay Balance

Our Account Details

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

@forelse ($currency->banks as $bank)
Account Name

{{$bank->account_name ?? '-'}}

Account Number

{{$bank->account_number}}

Bank

{{$bank->bank_name ?? '-'}}

Swift Code

{{$bank->swift_code ?? '-'}}

Description

{{$bank->description ?? '-' }}

@empty
We currently do not have any bank details for this currency
@endforelse

SwiftPay Balance

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

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

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

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

@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') }}