attributeValue); } public function attributeValue() { return $this->belongsTo(AttributeValue::class, 'attribute_value_id'); } public function getIdAttribute() { return $this->attributeValue->id; } public function getValueAttribute() { return $this->attributeValue->value; } }