@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'Credit card', 'card_title' => 'Credit card']) @section('gateway_head') @include('portal.ninja2020.gateways.checkout.credit_card.includes.styles') @endsection @section('gateway_content')
@csrf
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.method')]) {{ ctrans('texts.credit_card') }} @endcomponent @component('portal.ninja2020.components.general.card-element-single')

@endcomponent @endsection @section('gateway_footer') @vite('resources/js/clients/payment_methods/authorize-checkout-card.js') @endsection