@extends('emails.layouts.abec') @section('subject', 'Registration confirmed: ' . $event->title) @section('preheader', 'Your registration for {{ $event->title }} has been confirmed.') @section('content')
Hi {{ $user->name }}, your registration for {{ $event->title }} has been confirmed.
Event: {{ $event->title }}
@if($event->starts_at)
Date: {{ $event->starts_at->format('l, j F Y') }}
@endif
@if($event->location)
Location: {{ $event->location }}
@endif
We'll send you a reminder as the event approaches. In the meantime, visit your portal to view event details.
Questions? Contact events@abecafrica.org.
@endsection