public function logout()
 {
     Auth::removeAuth();
     Redirect::to('');
 }