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