@extends('layouts.commonmaster') @section('title') | Dashboard @endsection @section('content')

Explore Your Upcoming Events

Discover and manage your ongoing events in the system seamlessly.

@if(Auth::user()->hasAnyRole(['super_admin', 'admin']))
@foreach($opened_events as $oe)
@endforeach
@elseif(Auth::user()->hasRole('clerk')) @endif
@endsection() @push('scripts') @endpush