@extends('layouts.admin') @section('title', 'Events | MTWU Admin') @section('content')
Manage union meetings, rallies, and trainings.
| Event | Type | When | Location | Actions |
|---|---|---|---|---|
| {{ $event->title }} | {{ $event->event_type }} |
{{ $event->start_time->format('M d, Y') }}
{{ $event->start_time->format('H:i') }} - {{ $event->end_time ? $event->end_time->format('H:i') : 'Late' }}
|
@if($event->location)
{{ Str::limit($event->location, 20) }}
@endif
@if($event->virtual_link)
Virtual
@endif
|
@if($event->status !== 'cancelled') @endif |
| No events found. | ||||