@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')])
{{ ctrans('texts.credit_card') }}
@endcomponent
@include('portal.ninja2020.gateways.includes.payment_details')
@component('portal.ninja2020.components.general.card-element', ['title' => 'Pay with Credit Card'])
@include('portal.ninja2020.gateways.forte.includes.credit_card')
@endcomponent
@include('portal.ninja2020.gateways.includes.pay_now')
@assets
@if($gateway->company_gateway->getConfigField('testMode'))
@else
@endif
@vite('resources/js/clients/payments/forte-credit-card-payment.js')
@endassets