@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.credit_card'), 'card_title' => ctrans('texts.credit_card')]) @section('gateway_head') @endsection @section('gateway_content')
@csrf
@if(!Request::isSecure())

{{ ctrans('texts.https_required') }}

@endif @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.method')]) {{ ctrans('texts.credit_card') }} @endcomponent @include('portal.ninja2020.gateways.authorize.includes.credit_card') @component('portal.ninja2020.gateways.includes.pay_now', ['id' => 'card_button']) {{ ctrans('texts.add_payment_method') }} @endcomponent @endsection @section('gateway_footer') @if($gateway->company_gateway->getConfigField('testMode')) @else @endif @vite('resources/js/clients/payment_methods/authorize-authorize-card.js') @endsection @push('footer') @endpush