@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'Credit card', 'card_title' => 'Credit card']) @section('gateway_head') @endsection @section('gateway_content')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')]) {{ ctrans('texts.credit_card') }} @endcomponent @include('portal.ninja2020.gateways.includes.payment_details') @if($token) @include('portal.ninja2020.gateways.stripe.includes.pay_with_token') @include('portal.ninja2020.gateways.includes.pay_now', ['id' => 'pay-now-with-token']) @else @include('portal.ninja2020.gateways.stripe.includes.card_widget') @include('portal.ninja2020.gateways.includes.pay_now') @endif @endsection @section('gateway_footer') @endsection