| @@ -153,7 +153,6 @@ class CompoundController extends BaseController | |||
| $kpd = $request->get('kpd'); | |||
| $success_upload = 0; $count_upload = 0; | |||
| $compound = Compound::with('ConfidentialFile')->where('kpd', $kpd)->first(); | |||
| dd($kpd); | |||
| if(!empty($compound)){ | |||
| if($request->hasFile('file')) { | |||