@extends('layouts.admin') @section('title', 'Event Calendar') @section('page-title', 'Event Calendar') @section('page-subtitle', 'View upcoming events') @section('content')
{{ $event->start_date->format('g:i A') }}
@if($event->location)
{{ $event->location }}
@endif
No upcoming events.
Create an event