@extends('layouts.app') @section('title', $success ? 'Payment Successful' : 'Payment Failed') @section('content')
{{ $message }}
@if($registration){{ $registration->reg_id }}
{{ $registration->txnid }}
A confirmation email has been sent to {{ $registration->email }}
@endif{{ $message }}
@if($registration){{ $registration->reg_id }}
Please try again or contact +91 9108001160 if the issue persists.
@endif