@extends('frontend.event.registration.layout') @section('css') @endsection @section('content')

✅ Thank You for Registering for {{ $event->title ?? '' }} !

Your registration has been successfully received.

Here are your submitted details:

Name: {{ $user->name ?? '' }}

Mobile Number: {{ $user->contact ?? '' }}

Email ID: {{ $user->email ?? '' }}

📩 A confirmation message has been sent to your WhatsApp and email.

Note: If you don’t find the confirmation email in your inbox, please check your Spam, Promotions, or Other folders.

📞 Need Help?
If you haven’t received any confirmation on WhatsApp or email, please contact:
{{ $event->eventManager->admin->name ?? '' }}{{ $event->eventManager->admin->full_mobile_number ?? '' }}

We look forward to seeing you at the conference!

@endsection @section('pageJS') @endsection