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

Thanks — we received your registration

Hi {{ $registration->name }}, your registration for {{ $event->title }} is pending approval.

We’ll email you again once your spot is confirmed.

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($registration->registration_code)

Reference: {{ $registration->registration_code }}

@endif

@if($event->contact_email) Questions? Reply anytime or contact {{ $event->contact_email }}. @else Questions? Just hit reply :) @endif

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

@endsection