@extends('layouts.state')
@section('title', 'Events')
@section('page-title', 'Events Management')
@section('content')
Event: {{ $event_details->title }}
@include('state.events.partials.register_user_offcanvas')
@endsection
@section('footer_paginator')
@endsection
@push('styles')
@endpush
@push('scripts')
@include('state.events.partials.registration_visualization')
@endpush