where('name', 'LIKE', '%'.$request->productName. '%') ->take(5) ->get(); return response()->json($data); } }