🎃

Size: a a a
🎃
I*
w
w
w
w
BS
$attributeArray = explode('.', $attribute);Может есть какой-нибудь другой способ :) Спасибо заранее!
array_pop($attributeArray);
$productIDAttribute = implode('.', $attributeArray) . '.product_id';
$warehouseID = implode('.', $attributeArray) . '.warehouse_id';
$productID = data_get($this->all(), $productIDAttribute);
$warehouseID = data_get($this->all(), $productIDAttribute);
w
BS
w
N
w
w
w
N
N
BS
w