# Court Event Reminder
Hello,
You have an upcoming court event:
**{{ $event->title }}**
Date & Time: **{{ $event->starts_at->format('D, d M Y \a\t H:i') }}**
Location: **{{ $event->location ?? 'TBC' }}**
@if($event->matter)
Matter: **{{ $event->matter->reference_number }}**
@endif
Please ensure you are prepared and available at the above time.
Thanks,
{{ config('app.name') }}