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