@extends('layouts.app') @section('title', 'Events Calendar') @section('content')
| Title | Date | Location |
|---|---|---|
| {{ $event->title }} | {{ \Illuminate\Support\Carbon::parse($event->starts_at)->format('d M, Y g:ia') }} | {{ $event->location ?? '—' }} |
| No events scheduled yet. | ||