public function getColor($id)
 {
     return detailproduct::select("color")->where('productID', '=', $id)->get();
 }