Drag and drop the menu Items below to re-arrange them. Action
-
@forelse($menuItems as $item)
-
@can(\App\Models\Permission::PERM_TEMPLATE_MENU_ITEM_UPDATE) @endcan
-
@can(\App\Models\Permission::PERM_TEMPLATE_MENU_ITEM_UPDATE)
- Edit Menu Item @endcan @can(\App\Models\Permission::PERM_TEMPLATE_MENU_ITEM_CREATE)
- @endcan @can(\App\Models\Permission::PERM_TEMPLATE_MENU_ITEM_DELETE)
- @endcan
{{ $item->type === \App\Models\TemplateMenuItem::TYPE_IFRAME ? 'Iframe' : pure_text($item->name) }} @if($item->type !== \App\Models\TemplateMenuItem::TYPE_DIVIDER)| {{ $item->slug }} @endif
@empty
No menu item found.
@endforelse