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

Refine your draft Events

Draft events are events that have been created but are incomplete. Click on the event to add more information to them

@if(Auth::user()->hasAnyRole(['super_admin', 'admin'])) @elseif(Auth::user()->hasRole('clerk')) @endif
@else

No Draft events found

This page will get populated when you have created events that lack some metadata

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