form = $form; $this->product = $product; } /** * Build the message. * * @return $this */ public function build() { return $this->from('no-reply@citybroadband.my','no-reply@citybroadband.my')->subject('Verify your City Broadband (CBB) Subscription')->view('email.invoiceb'); } }