data = $data; } /** * Build the message. * * @return $this */ public function build() { // return $this->view('view.name'); return $this->from('turkmentv.gov.tm@gmail.com ')-> subject('Turkmen Tv / Contact Form')-> view('email_temp')-> with('data', $this->data); } }