IZ
Ну и переустанови — вспомнишь всё...
Size: a a a
IZ
IZ

EG
YN
YN
IZ
IZ
EG
IZ
EG
IZ
EG
EG
С
DE
Ю
$groupList = [
[
'id' => 1,
'parent_id' => null,
'category' => null,
'children_list' => [
[
'id' => 3,
'parent_id' => 1,
'category' => null,
],
[
'id' => 4,
'parent_id' => 1,
'category' => 'Category number 20',
'children_list' => [
[
'id' => 7,
'parent_id' => 4,
'category' => null,
],
[
'id' => 8,
'parent_id' => 4,
'category' => 'Category number 30',
],
],
],
],
],
'id' => 2,
'parent_id' => null,
'category' => null,
'children_list' => [
[
'id' => 5,
'parent_id' => 2,
'category' => null,
'children_list' => [
[
'id' => 6,
'parent_id' => 5,
'category' => null,
],
],
],
],
];