标签: php laravel menu count
我被阻止整理菜单的子菜单。如你看到的, 它被分解成几个块(我使用油漆将块分隔成黑色)。
目前我的代码是:
xs:unsingedLong
我不知道在实际div col-sm-3中的7个项目后如何做到这一点,创建另一个div来继续foreach等等。
答案 0 :(得分:0)
您可以使用the $loop variable:
$loop
@if ($loop->iteration === 7) // Create another div here @endif