order = $order; } /** * Build the message. * * @return $this */ public function build() { return $this->view('emails.order-confirmation-email') ->subject("Your TicketBeast Order"); } }