deleteToken = $tokens['delete']; $this->cancelToken = $tokens['cancel']; $this->originalIP = $originalIP; $this->name = $user->name; $this->userID = $user->id; } /** * Build the message. * * @return $this */ public function build() { return $this->view('mail.deleted-account'); } }