@extends('layouts.state') @section('title', 'Event Analytics') @section('content')
Comprehensive event metrics and participation data for the state
| Event Name | Type | Date | Participants | Status | Actions |
|---|---|---|---|---|---|
{{ $event->name }}{{ $event->location ?? 'TBD' }} |
{{ ucfirst($event->type ?? 'Tournament') }} | {{ $event->event_date ? $event->event_date->format('M d, Y') : 'TBD' }} | {{ $event->participants_count ?? 0 }} Participants | @if($event->status == 'active') Active @elseif($event->status == 'upcoming') Upcoming @elseif($event->status == 'completed') Completed @else Draft @endif | |
| No event data available | |||||