public function logout($request)
 {
     Kingboard_Auth::logout();
     $this->redirect("/");
 }