@extends('layout.blank') @section('content') @lang('routes.CUST_PANEL_PAGE_INVOICE_CVIEW_LBL_TOTAL_DUE') {{$CurrencySymbol}}{{number_format($DueAmount,get_round_decimal_places($AccountID))}} @if(!empty($CreditCardFee)) + {{$CreditCardFee}}{{$CreditCardFeeType}}(Card Fee) @endif Payment @if($PaymentGatewayID==PaymentGateway::AuthorizeNet || $PaymentGatewayID==PaymentGateway::Cardknox || $PaymentGatewayID==PaymentGateway::Stripe || $PaymentGatewayID==PaymentGateway::FideliPay || $PaymentGatewayID==PaymentGateway::PeleCard || $PaymentGatewayID==PaymentGateway::MerchantWarrior)) @include('invoices.all_invoice_creditcard') @endif @if($PaymentGatewayID==PaymentGateway::StripeACH) @include('invoices.invoice_bankaccount') @endif @if($PaymentGatewayID==PaymentGateway::Forte) @include('invoices.invoice_bankaccountforte') @endif @if($PaymentGatewayID==PaymentGateway::AuthorizeNetEcheck) @include('invoices.invoice_authorizebankaccount') @endif @stop