event->name}", ); } public function content(): Content { return new Content( markdown: 'emails.registration-rejected', with: [ 'personName' => $this->person->first_name, 'eventName' => $this->event->name, 'reason' => $this->reason, ], ); } }