_account = $account; } public function build() { return $this->view('mails.newsletter_registration') ->text('mails.newsletter_registration_text') ->with(['account' => $this->_account]); } }