@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'ACH', 'card_title' => ctrans('texts.ach')]) @section('gateway_head') @endsection @section('gateway_content')
@include('portal.ninja2020.gateways.authorize.includes.ach_form') @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'card_button']) {{ ctrans('texts.add_payment_method') }} @endcomponent @endsection @push('footer') @section('gateway_footer') @if($gateway->company_gateway->getConfigField('testMode')) @else @endif @vite('resources/js/clients/payment_methods/authorize-authorize-ach.js') @endsection @endpush