Meeting Cancelled

The following meeting has been cancelled by the organizer.

{{ $meeting->subject }}

{{ $meeting->activity_date->format('l, F j, Y') }} · {{ \Carbon\Carbon::parse($meeting->start_time)->format('g:i A') }} – {{ \Carbon\Carbon::parse($meeting->end_time)->format('g:i A') }}

@if ($meeting->location)

Location: {{ $meeting->location }}

@endif @if (!empty($meeting->cancellation_reason))

Reason: {{ $meeting->cancellation_reason }}

@endif