@extends('layouts.app') @section('title', 'Processing Payment') @section('content')

Processing Payment

Loading...
Redirecting to PayU Money...

Please wait while we redirect you to the payment gateway.
Do not close this page or refresh your browser.

Registration Details

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') }}

@push('scripts') @endpush