@extends('emails.layouts.event') @section('content')
Hi {{ $registration->name }}, unfortunately your registration for {{ $event->title }} could not be approved.
@if($registration->notes)|
{{ $registration->notes }} |
@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