@extends('portal.ninja2020.layout.payments', ['gateway_title' => $gateway->company_gateway->label, 'card_title' =>\App\Models\GatewayType::getAlias($gateway_type_id )]) @section('gateway_content') @if(session()->has('ach_error'))

{{ session('ach_error') }}

@endif
@csrf @isset($payment_hash) @endif @isset($authorize_then_redirect) @endisset @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'authorize-bank-account', 'type' => 'submit']) {{ ctrans('texts.add_payment_method') }} @endcomponent
@endsection @section('gateway_footer') @endsection