@extends('admin.layouts.app') @section('title', 'Events') @section('page-title', 'Events') @section('page-subtitle', 'Event management') @section('content')
{{ $stats['total'] }}
Total
{{ $stats['upcoming'] }}
Upcoming
{{ $stats['ongoing'] }}
Ongoing
{{ $stats['completed'] }}
Completed
{{ Str::limit($event->description, 80) }}
No events found
Create Your First Event