@if($gateway->company_gateway->getConfigField('account_id'))
@else
@endif
@include('portal.ninja2020.gateways.includes.payment_details')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')])
{{ ctrans('texts.giropay') }} ({{ ctrans('texts.bank_transfer') }})
@endcomponent
@include('portal.ninja2020.gateways.stripe.giropay.giropay')
@include('portal.ninja2020.gateways.includes.pay_now')
@assets
@vite('resources/js/clients/payments/stripe-giropay.js')
@endassets