@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'Pre-authorized debit payments', 'card_title' => 'Pre-authorized debit payments']) @section('gateway_head') @if($gateway->company_gateway->getConfigField('account_id')) @else @endif @endsection @section('gateway_content') @include('portal.ninja2020.gateways.includes.payment_details') @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')]) {{ ctrans('texts.acss') }} ({{ ctrans('texts.bank_transfer') }})
@csrf
@include('portal.ninja2020.gateways.includes.pay_now', ['id' => 'pay-now-with-token']) @endcomponent @endsection @push('footer') @vite('resources/js/clients/payments/stripe-acss.js') @endpush