sangh = $sangh; } /** * Build the message. * * @return $this */ public function build() { $data = $this->sangh; return $this->view('frontend.mail.sangh.sangh-request-sent', compact('data')); } }