{{ __('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(data_get($payment, 'meta.timeout')){{ 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{{ __('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') }}