PHP或Blade - 根据数据的数量组织的列

时间:2017-01-25 16:23:31

标签: php laravel menu count

我被阻止整理菜单的子菜单。如你看到的, 它被分解成几个块(我使用油漆将块分隔成黑色)。

enter image description here

目前我的代码是:

xs:unsingedLong

我不知道在实际div col-sm-3中的7个项目后如何做到这一点,创建另一个div来继续foreach等等。

1 个答案:

答案 0 :(得分:0)

您可以使用the $loop variable

@if ($loop->iteration === 7)
    // Create another div here
@endif