@extends('layouts.user') @section('title', 'Event Registration') @section('page-title', 'Event Registration') @section('content')
Event: {{ $event_details->title }}
Note: This page shows only YOUR registrations for this event.
My Registrations
@include('user.events.register.partials.register_user_offcanvas') {{-- Unified Payments Offcanvas (Works for All Event Types) --}} @include('user.events.register.partials.payments_offcanvas') {{-- Unified Payment Modals (Works for All Event Types) --}} @include('user.events.register.partials.payment_modals') @endsection @section('footer_paginator')
0 / 100 registered
@endsection @push('scripts') @endpush @push('styles') @endpush @push('scripts') @include('user.events.register.partials.registration_visualization') @endpush