@extends('layouts.state') @section('title', 'Open Events') @section('page-title', 'Open Event Registration') @section('content')
Open Event: {{ $event_details->title }}
Registered Users
@include('state.events.register.partials.register_user_offcanvas') @endsection @section('footer_paginator') @endsection @push('scripts') {{-- Load Open-specific restrictions FIRST so they override the defaults --}} {{-- Load Open copies first (kept in sync with official) --}} {{-- Modularized helpers: accordion state + visualization/metrics --}} @endpush