company = $company; $this->url = $url; } /** * Build the message. * * @return $this */ public function build() { return $this ->subject(ctrans('texts.ach_verification_notification_label')) ->view('email.gateways.ach-verification-notification', [ 'logo' => $this->company->present()->logo(), 'settings' => $this->company->settings, 'company' => $this->company, ]); } }