@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.credit_card'), 'card_title' => ctrans('texts.credit_card')]) @section('gateway_head') @if($gateway->company_gateway->getConfigField('testMode')) @else @endif @endsection @section('gateway_content')
@csrf @if(!Request::isSecure())

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

@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
@if ($errors->any())
@endif @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.method')]) {{ ctrans('texts.credit_card') }} @endcomponent @include('portal.ninja2020.gateways.forte.includes.credit_card')
@endsection @section('gateway_footer') @endsection