@include('portal.ninja2020.gateways.checkout.credit_card.includes.styles')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')])
{{ ctrans('texts.credit_card') }} (Checkout.com)
@endcomponent
@include('portal.ninja2020.gateways.includes.payment_details')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')])
@endcomponent
@include('portal.ninja2020.gateways.includes.save_card')
@component('portal.ninja2020.components.general.card-element-single')
@endcomponent
@component('portal.ninja2020.components.general.card-element-single')
@include('portal.ninja2020.gateways.includes.pay_now', ['id' => 'pay-now-with-token'])
@endcomponent
@assets
@vite('resources/js/clients/payments/checkout-credit-card.js')
@endassets