participant->form->name, ); } /** * Get the message content definition. * * @return \Illuminate\Mail\Mailables\Content */ public function content() { return new Content( view: 'view.name', ); } /** * Get the attachments for the message. * * @return array */ public function attachments() { return []; } }