{{ __('Make Your Payment') }}

{!! __('Your order :orderid has been placed successfully. To complete, please send the exact amount of :amount to the address below.', ['orderid' => ''.the_tnx(data_get($tranx, 'tnx')).'', 'amount' => ''.money($amount, $currency, ['dp' => 'calc']).'']) !!}

{{ __('Pay :wallet', ['wallet' => $currency_name]) }}
@if(remaining_timeout($tranx->created_at, data_get($payment, 'timeout')))
-
@elseif(data_get($payment, 'timeout')!=0)
{{ __('Expired') }}
@endif
@if ($qrcode)
{!! 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
@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
{{ __(':wallet Address', ['wallet' => $wallet_name]) }}
@if (data_get($payment, 'meta.wnote'))
{{ __("Note:") }} {{ __(data_get($payment, 'meta.wnote')) }}
@endif @if(data_get($payment, 'meta.limit') || data_get($payment, 'meta.price'))
    @if(data_get($payment, 'meta.limit'))
  • {{ __('Set Gas Limit:') }} {{ data_get($payment, 'meta.limit') }}
  • @endif @if(data_get($payment, 'meta.price'))
  • {{ __('Set Gas Price:') }} {{ data_get($payment, 'meta.price') }}
  • @endif
@endif
@if(data_get($payment, 'reference')=='yes') @if(data_get($payment, 'timeout')==0 || remaining_timeout($tranx->created_at, data_get($payment, 'timeout')))
{{ __('Paid :coin', ['coin' => $currency_name]) }}
{{ __('Pay Later') }}
@endif
{{ __('Confirm your payment') }}

{{ __('If you already paid, please provide us your payment reference to speed up verification procces.') }}

{{ ('Payment Reference') }} *
  • {{ __('Close') }}
@csrf

{{ __('Account will credited once we confirm that payment has been received.') }}

@endif
  • {{ __('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($tranx->is_cancellable)
  • {{ __('Cancel Order') }}
@endif