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

Registration update

Hi {{ $registration->name }}, unfortunately your registration for {{ $event->title }} could not be approved.

@if($registration->notes)

{{ $registration->notes }}

@endif

@if($event->contact_email) If you have questions, reply or write to {{ $event->contact_email }}. @else If you 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