file('image'); $pid = request()->file('pid'); return $image; return new ImageService()->processImage($image, $pid); } }