email = $email; } public function build() { return $this ->subject('Welcome to STEMMechanics 🌟') ->markdown('emails.welcome') ->with([ 'email' => $this->email, ]); } }