{{ __('Make Your Payment') }}
{{ __('Pay :wallet', ['wallet' => $currency_name]) }}
@if(data_get($payment, 'meta.timeout'))-
@endif
@if ($qrcode)
@php
$network = data_get($method, 'config.wallet.'.$currency) ? data_get($method, 'config.wallet.'.$currency.'.network') : '';
$wallet_name = (empty($network) || $network == 'default') ? $currency_name : $currency_name.' ('.__(short_to_full($network)).')';
@endphp
@if (data_get($payment, 'meta.wnote'))
@if(data_get($payment, 'meta.ref')=='yes')
@endif
{!! NioQR::generate($qrcode, 100) !!}
@endif
{{ money($amount, $currency, ['dp' => 'calc']) }}
@if(data_get($payment, 'fiat')!=$currency){{ money(get_fx_rate($currency, data_get($payment, 'fiat'), $amount), data_get($payment, 'fiat')) }}
@endif{{ __(':wallet Address', ['wallet' => $wallet_name]) }}
{{ __("Note:") }} {{ __(data_get($payment, 'meta.wnote')) }}
@endif
@if(data_get($payment, 'meta.limit') || data_get($payment, 'meta.price'))
@endif
{{ __('Confirm your payment') }}
{{ __('If you already paid, please provide us your payment reference to speed up verification procces.') }}
{{ __('Account will credited once we confirm that payment has been received.') }}
-
{{ __('Be aware of that this order will be cancelled, if you send any other :currency amount.', ['currency' => $currency]) }}
@if($tranx->tnx_fees)
-
{{ __('A processing fee of :amount included in total payment amount.', ['amount' => money($tranx->tnx_fees, $tranx->tnx_currency, ['dp' => 'calc']) ]) }}
@endif
-
{{ __('Account will credited once we received your payment.') }}
-
@if((sys_settings('deposit_cancel_timeout', 0)!==0))
- {{ __('Cancel Order') }} @endif
- {{ __('Back to Dashboard') }}