data['email'] = $emaildata; } /** * Build the message. * * @return $this */ public function build() { return $this->markdown('email.careers')->with($this->data); } }