@extends('admin.portal') @section('title', 'Manage Events') @section('header_title', 'Events') @section('content')
Manage events and track registrations
| Event Info | Date & Time | Type | Registrations | Links | Status | Actions |
|---|---|---|---|---|---|---|
|
@if($event->image_path)
{{ $event->title }}
{{ $event->location ?? ($event->is_virtual ? 'Virtual Event' : '-') }}
|
{{ $event->event_date->format('M d, Y') }}
@if($event->event_time)
{{ $event->event_time }}
@endif
|
{{ ucfirst(str_replace('_', ' ', $event->event_type)) }} | {{ $event->attendances_count ?? 0 }} | {{ $event->status === 1 ? 'Active' : 'Inactive' }} | @if($event->external_url) Link @else # @endif | |
| No events found | ||||||