email=$email; } /** * Build the message. * * @return $this */ public function build() { $name='none'; return $this ->subject('Email di Test') ->markdown('mail.test',['name' => $name]); } }