@extends('layout.blank') @section('content') @if($error==0) @if($PaymentGatewayID==PaymentGateway::AuthorizeNet || $PaymentGatewayID==PaymentGateway::Cardknox || $PaymentGatewayID==PaymentGateway::Stripe || $PaymentGatewayID==PaymentGateway::FideliPay || $PaymentGatewayID==PaymentGateway::PeleCard || $PaymentGatewayID==PaymentGateway::MerchantWarrior) @include('neonapis.api_invoice_creditcard') @endif @if($PaymentGateway=='Paypal' || $PaymentGateway=='SagePay') @include('neonapis.api_invoice_creditcardother') @endif @else @endif @stop