/** * Check If Alerts Exist * * @return boolean */ public function has() { return $this->session->has('alerts'); }