data = $data; } /** * Get the message envelope. */ public function envelope(): Envelope { return new Envelope( subject: '[SN Check] - Share With Friend Mail', ); } public function build(): self { return $this->view('email.shareWithFriend', get_object_vars($this)); } }