@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')
0 / 100 registered
@endsection @push('styles') @endpush @push('scripts') @include('state.events.partials.registration_visualization') @endpush