@extends('layouts.admin') @section('title', 'Events') @section('page-title', 'Events') @section('page-subtitle', 'Manage church events') @section('content')
Total Events
{{ $stats['total'] ?? 0 }}
Upcoming
{{ $stats['upcoming'] ?? 0 }}
This Month
{{ $stats['this_month'] ?? 0 }}
Total RSVPs
{{ $stats['total_rsvps'] ?? 0 }}
{{ $event->start_date->format('g:i A') }} - {{ $event->end_date->format('g:i A') }} @if($event->location) | {{ $event->location }} @endif
{{ $event->rsvps_count }}
RSVPs
{{ $event->available_spots ?? 0 }}
Spots Left
No events found.
Create your first event