@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.aio_checkout'), 'card_title' => ctrans('texts.aio_checkout')]) @section('gateway_head') @endsection @section('gateway_content')
@csrf
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')]) {{ ctrans('texts.aio_checkout') }} @endcomponent @include('portal.ninja2020.gateways.includes.payment_details') @include('portal.ninja2020.gateways.includes.pay_now') @endsection @section('gateway_footer') @vite('resources/js/clients/payments/razorpay-aio.js') @endsection