Код: Выделить всё
array:2 [▼ // app\Http\Controllers\Admin\ProductController.php:120
1 => array:2 [▼
0 => "Large"
1 => "2X Large"
]
2 => array:2 [▼
0 => "#000000"
1 => "#d6c724"
]
3 => ...
4 => ...
]
Код: Выделить всё
array [
0 => ["Large", "#000000", ...],
1 => ["Large", "#d6c724",...],
2 => ["2X Large", "#000000", ...],
3 => ["2X Large", "#d6c724", ...],
4 => ...,
5 => ...,
...
]
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/786 ... variations