@extends('layouts.app') @section('title', 'Processing Payment') @section('content')
Please wait while we redirect you to the payment gateway.
Do not close this page or refresh your browser.
Registration ID: {{ $registration->reg_id }}
Student Name: {{ $registration->name }}
Email: {{ $registration->email }}
Event: {{ $registration->event->Name }}
Amount: ₹{{ number_format($registration->amount, 2) }}
Date Created: {{ $registration->datecreated->format('d M Y H:i:s') }}