I am using Laravel DataTable. My Controller function is like below.
public function getProduct(Request $request,$id) { $product = Product::where(\'produc