International Transfer

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

Account Details

Fill in your transaction details

@if ($currency) @php $exchangeRate = $exchangeRates->where('currency', $currency)->first(); @endphp

1 {{$currency}} = {{ formatNumber($exchangeRate->rate) }}

@endif
@if ($currency) @else @endif
{{ __('Send Money') }}