@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') @include('portal.ninja2020.gateways.includes.pay_now', ['type' => 'submit'])
@endsection @section('gateway_footer') @php $url = "https://nbe.gateway.mastercard.com/static/checkout/checkout.min.js"; @endphp @endsection