We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c076e8 commit bdbfb27Copy full SHA for bdbfb27
docs/overview.md
@@ -32,7 +32,7 @@ Besides these, you can also simply use the menus in Blade templates and render t
32
33
```blade
34
<div class="menu">
35
-{-- Iterate through the menu items --}
+{{-- Iterate through the menu items --}}
36
@foreach($menu->items as $item)
37
@if($item->isAllowed())
38
<div class="menu-item">
0 commit comments