param = $param; } /** * Build the message. * * @return $this */ public function build() { $val = $this->param; Log::debug($val); return $this->view('emails.wellCome', compact('val')) ->to('ygundogdu@rezervasyon.com', 'yadican') ->bcc('ygundogdu@rezervasyon.com', 'Burhan YUMAK') ->bcc('ygundogdu@rezervasyon.com', 'Operasyon') ->subject("WellCome Mail"); } }