@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.ach'), 'card_title' => ctrans('texts.bank_transfer')]) @section('gateway_head') @endsection @section('gateway_content')
@csrf
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')]) {{ ctrans('texts.ach') }} @endcomponent @include('portal.ninja2020.gateways.includes.payment_details') @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')]) @endcomponent @include('portal.ninja2020.gateways.authorize.includes.ach_form') @include('portal.ninja2020.gateways.includes.pay_now') @endsection @section('gateway_footer') @if($gateway->company_gateway->getConfigField('testMode')) @else @endif @vite('resources/js/clients/payments/authorize-ach-payment.js') @endsection @push('footer') @endpush