Tous les articles
@for ($i = 0; $i < round(count($menu['children']) / 3); $i++) @include('Shop.layout.partials.megamenu_leafs') @endfor
@for ($i = round(count($menu['children']) / 3); $i < round(2 * count($menu['children']) / 3); $i++) @include('Shop.layout.partials.megamenu_leafs') @endfor
@for ($i = round(2 * count($menu['children']) / 3); $i < count($menu['children']); $i++) @include('Shop.layout.partials.megamenu_leafs') @endfor