@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'ACH', 'card_title' => 'ACH']) @section('gateway_head') @if($gateway->company_gateway->getConfigField('account_id')) @else @endif @endsection @section('gateway_content')
@csrf
@if(count($tokens) > 0) @include('portal.ninja2020.gateways.includes.payment_details') @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')]) @if(count($tokens) > 0) @endif @endcomponent @include('portal.ninja2020.gateways.includes.pay_now') @else @component('portal.ninja2020.components.general.card-element-single') @endcomponent @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.account_holder_name')]) @endcomponent @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.email')]) @endcomponent
Connect a bank account
@endif @endsection @push('footer') @endpush