@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.credit_card'), 'card_title' => ctrans('texts.credit_card')]) @section('gateway_head') @endsection @section('gateway_content')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.method')]) {{ ctrans('texts.credit_card') }} @endcomponent @include('portal.ninja2020.gateways.includes.payment_details') <-- If there are existing tokens available these are displayed here for you --> @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')]) @if(count($tokens) > 0) @foreach($tokens as $token) @endforeach @endisset @endcomponent @include('portal.ninja2020.gateways.includes.save_card') @include('portal.ninja2020.gateways.wepay.includes.credit_card') @include('portal.ninja2020.gateways.includes.pay_now')
@endsection @section('gateway_footer') @endsection