@extends('emails.layouts.event') @section('content')

Thank you for registering!

Hi {{ $registration->name }}, your spot for {{ $event->title }} is confirmed.

Keep your registration code handy for check-in and your records.

Registration code: {{ $registration->registration_code }}

Date: {{ $event->start_date->format('F j, Y g:i A') }}

@if($event->location)

Location: {{ $event->location }}

@endif @if($registration->organization)

Organization: {{ $registration->organization }}

@endif @if($registration->position)

Position: {{ $registration->position }}

@endif

@if($event->contact_email) Have questions? We’d love to help — just reply or write to {{ $event->contact_email }}. @else Have questions? Just hit reply and we’ll help. @endif

Our best,
The {{ app(\App\Services\SettingsService::class)->get('site_name', config('app.name')) }} team

@endsection