data = $data; } /** * Build the message. * * @return $this */ public function build() { $data = $this->data; return $this->from("webmaster@accessedu.net", "Access Education Network - Event Registrations")->view('mail.notifystudent',compact('data')); } }