belongsTo(Attribue::class); } /** * Get the product that owns the attribute value. */ public function product() { return $this->belongsTo(Product::class); } }