quotation = $quotation; } /** * Build the message. * * @return $this */ public function build() { return $this->subject('Quotation - ' . settings()->company_name) ->view('quotation::emails.quotation', [ 'settings' => settings(), 'customer' => $this->quotation->customer ]); } }