{{-- DEFAULT --}} @extends(view_path('master')) @section('additional_head_tags') @if(config('payments.stripe.enabled')) @endif @if(config('payments.payhere.enabled')) @endif @if(config('payments.omise.enabled')) @endif @if(config('payments.spankpay.enabled')) @endif @endsection @section('pre_js') @if(config('payments.authorize_net.enabled')) @endif @endsection @section('body')
{{ __('Processing') }}
{{ __('Shopping cart') }}

{!! __('You have :cartItems item(s) in your shopping cart', ['cartItems' => '@{{ cartItems }}']) !!}

@{{ prd.name }}
@{{ __(prd.license_name) }}
@{{ price(prd.price, true) }}
{{ __('Your cart is empty') }}
{{ __('Purchase Fee : ') }} @{{ price(getPaymentFee()) }}
{{ __('Total : ') }} @{{ price(getTotalAmount()) }}
@if(config('pay_what_you_want.enabled') && config('pay_what_you_want.for.products'))
@endif
@if(config('payments.stripe.enabled'))
Stripe
Mastercard Visa American-express Discover
@endif @if(config('payments.skrill.enabled'))
Skrill
Mastercard Visa American-express Discover
@endif @if(config('payments.paypal.enabled'))
Paypal
Paypal Mastercard Visa American-express
@endif @if(config('payments.authorize_net.enabled'))
Authorize
Visa Mastercard American-express Paypal
@endif @if(config('payments.razorpay.enabled'))
Razorpay
Mastercard Visa American-express Discover
@endif @if(config('payments.coingate.enabled'))
Coingate
bch btc eth usdt xrp ltc
@endif @if(config('payments.spankpay.enabled'))
Spankpay
bch btc eth usdt xrp ltc
@endif @if(config('payments.coinpayments.enabled'))
Coinpayments
bch btc eth xrp ltc
@endif @if(config('payments.midtrans.enabled'))
Midtrans
Mastercard Visa American-express Discover
@endif @if(config('payments.iyzico.enabled'))
Iyzico
Mastercard Visa American-express Discover
@endif @if(config('payments.payhere.enabled'))
Payhere
Mastercard Visa American-express Discover
@endif @if(config('payments.omise.enabled'))
Omise
@endif @if(config('payments.paystack.enabled'))
Paystack
Mastercard Visa American-express Discover
@endif @if(config('payments.adyen.enabled'))
Adyen
Mastercard Visa American-express Discover
@endif @if(config('payments.instamojo.enabled'))
Instamojo
Mastercard Visa American-express Discover
@endif @if(config('payments.paymentwall.enabled'))
Paymentwall
Mastercard Paypal American-express Discover
@endif @if(config('payments.offline.enabled'))
{{ __('Offline payment') }}
@endif
@csrf @if(config('payments.authorize_net.enabled')) @endif @if(config('payments.omise.enabled')) @endif @if(collect(config('payments'))->except('pay_what_you_want')->where('enabled', 'on')->count() && config('payments.pay_what_you_want')) @endif @foreach($errors->all() as $message)
{{ $message }}
@endforeach
@error('buyer.id_number')
{{ $message }}
@enderror
@error('buyer.phone')
{{ $message }}
@enderror
@guest @if(config('payments.guest_checkout') && (config('payments.paystack.enabled') || config('payments.coinpayments.enabled')))
@endif @endguest
@if(config('payments.offline.enabled'))
{!! config('payments.offline.instructions') !!}
@endif
@{{ couponRes.msg }}
@auth
{{ __('Do you have a coupon code ?') }}
@else
{{ __('Or') }}
{{ __('Login') }}
{{ __('Do you have a coupon code ?') }}
@endauth @if(config('payments.authorize_net.enabled')) @endif
@endsection