@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'BACS', 'card_title' => 'BACS']) @section('gateway_head') @if($gateway->getConfigField('account_id')) @else @endif @endsection @section('gateway_content')
@csrf
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.method')]) {{ ctrans('texts.bacs') }} @endcomponent @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'authorize-bacs']) {{ ctrans('texts.add_payment_method') }} @endcomponent @endsection @section('gateway_footer') @vite('resources/js/clients/payments/stripe-bacs.js') @endsection