true ])>
{{ $item->menu_name }} {{ $item->normalized_type }}
{{($this->createSubItemAction)(['menuItemId' => $item->id])}} {{($this->editAction)(['menuItemId' => $item->id])}} {{($this->duplicateAction)(['menuItemId' => $item->id])}} {{($this->deleteAction)(['menuItemId' => $item->id])}}
true]) data-id="{{ $item->id }}" x-data="{ init(){ new Sortable(this.$el, { handle: '.handle', group: 'nested', animation: 150, fallbackOnBody: true, swapThreshold: 0.65, onEnd: (evt) => { this.data = getDataStructure(document.getElementById('parentNested')); } }) }, }" > @foreach($item->children as $children) @include('filament-menu-builder::livewire.menu-item', ['item' => $children]) @endforeach