@extends('layouts.app') @section('heading','Dashboard') @section('content')
| Title | Date | Status | |
|---|---|---|---|
| {{ $e->title }} | {{ $e->scheduled_at->format('d M Y, h:i A') }} | {{ ucfirst($e->status) }} | Manage |
| No upcoming events. | |||
{{ $e->title }}
{{ optional($e->completed_at)->format('d M Y, h:i A') }}
No completed events.
@endforelse