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