public function collect() { try { $user = $this->auth->user(); } catch (\Exception $e) { $user = null; } return $this->getUserInformation($user); }