user(); $report = Cache::get($hash); if(!$report) return response()->json(['message' => 'Still working.....'], 409); if($report){ Cache::forget($hash); return response()->json($report, 200); } } }