@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.add_credit_card')) @push('head') @endpush @section('body')
@csrf
@if(!Request::isSecure())

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

@endif

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

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

@include('portal.ninja2020.gateways.authorize.credit_card')
{{ ctrans('texts.save_as_default') }}
@endsection @push('footer') @if($gateway->getConfigField('testMode')) @else @endif @endpush