@extends('layouts.user')
@section('title', 'Open Events')
@section('page-title', 'Open Event Registration')
@section('content')
Open Event: {{ $event_details->title }}
Note: This page shows only your registrations for this event.
Payment is required to complete each registration. You will be prompted to pay after validation.
Your Registered Entries
@include('user.events.register.partials.register_user_offcanvas')
@endsection
@section('footer_paginator')
@endsection
@push('scripts')
@endpush