@extends('layouts.app') @section('title', 'Registration Successful') @section('content')

Registration Successful

You have successfully registered for the event!

Your registration has been confirmed. A confirmation email will be sent shortly.

@if($registration) @endif
What's Next?
  • Check your email for confirmation and event details
  • Save your Registration ID: {{ $registration->reg_id }}
  • Note the event date: {{ $registration->event->EventDate->format('d M Y') }}
  • Prepare and attend the event on the scheduled date
@endsection