@if ($status === 'waiting')

Waiting for payment

@if ($invoice->currency == 'bpay-usdt')

Use Pay button or scan the QR Code

@elseif ($invoice->currency == 'gatepay-usdt')

Use Pay button or scan the QR Code

@else

Use Pay button, scan the QR Code or copy and paste the payment details to your wallet

@endif
@if ($invoice->currency != 'bpay-usdt' && $invoice->currency != 'gatepay-usdt')
@if (! empty($invoice->universal))
@endif @if (! empty($invoice->trust_wallet))
@endif @if (! empty($invoice->metamask))
@endif @if (! empty($invoice->coinbase))
@endif @if (! empty($invoice->tronlink))
@endif
@endif @if ($invoice->currency != 'bpay-usdt' && $invoice->currency != 'gatepay-usdt') Pay in @elseif ($invoice->currency == 'bpay-usdt')
{{ $invoice->amount_fiat }} {{ $invoice->currency_fiat }}
Pay in Binance App @elseif ($invoice->currency == 'gatepay-usdt')
{{ $invoice->amount_fiat }} {{ $invoice->currency_fiat }}
Pay in Gate.io App @endif
How to pay with crypto
@if ($invoice->currency != 'bpay-usdt' && $invoice->currency != 'gatepay-usdt') Address for payment
Amount to pay
@if (! empty($invoice->coin->network)) @endif @endif
@endif @if ($status === 'success')

Payment completed successfully

Payment date

Amount

{{ $invoice->amount }} {{ $invoice->coin->name_short }}

@if ($invoice->currency != 'bpay-usdt' && $invoice->currency != 'gatepay-usdt')

Explorer url

@endif
@if (! empty($backUrl) && $backUrl != 'https://checkout.ivendpay.com') Back to store @endif @if ($isCallback && $type == 'ecommerce-prestashop') @endif
@endif @if ($status === 'expired')

Order has expired

@if (! empty($backUrl) && $backUrl != 'https://checkout.ivendpay.com') Back to store @endif
@endif
@if ($status === 'waiting') @endif