_account = $account; } /** * Build the message. * * @return $this */ public function build() { return $this->view('mails.authentication') ->text('mails.authentication_text') ->with([ 'link' => route('account.authenticate_email_confirm', [$this->_account->confirmation_key]) ]); } }