public function get_index()
 {
     $camps = CampSetting::All();
     return View::make('camp.settings.index')->with('camps', $camps);
 }