@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'GiroPay', 'card_title' => 'GiroPay']) @section('gateway_head') @if($gateway->company_gateway->getConfigField('account_id')) @else @endif @endsection @section('gateway_content') @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') @endsection @push('footer') @vite('resources/js/clients/payments/stripe-giropay.js') @endpush