@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.payment_type_credit_card'), 'card_title' => ctrans('texts.payment_type_credit_card')]) @section('gateway_head') @endsection @section('gateway_content')
@csrf
@component('portal.ninja2020.components.general.card-element-single')
@endcomponent @component('portal.ninja2020.gateways.includes.pay_now') {{ ctrans('texts.add_payment_method') }} @endcomponent @endsection @section('gateway_footer') @if($gateway->company_gateway->getConfigField('testMode')) @else @endif {{-- @vite('resources/js/clients/payments/paytrace-credit-card.js') --}} @endsection