/**
  * Show the form for creating a new resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function set_feature()
 {
     $img_id = Input::all();
     $image = new image();
     $image->set_feature($img_id);
 }