@extends('layouts.commonmaster') @section('title') | Create Event @endsection @section('content')
@if($has_closed_event)

Explore Past Your Events

Discover and manage your past events in the system seamlessly. These are events that happened in the past.

@if(Auth::user()->hasAnyRole(['super_admin', 'admin']))
@foreach($is_closed_events as $ice)
@endforeach
@elseif(Auth::user()->hasRole('clerk')) @endif
@else

No past events found

This page will get populated when your events expire

@endif
@endsection() @push('scripts') @endpush