@props([ 'name' => 'menu', // input name for JSON 'value' => '[]', // initial JSON (string or array) 'id' => null, // optional DOM id 'maxDepth' => null, // optional nesting limit (null = unlimited) ])
merge(['class' => 'menu-builder']) }} x-data="menuBuilder({ initial: @js($value), maxDepth: @js($maxDepth) })" x-init="init()" :id="$id">
@csrf
{{ __('Add Menu Item') }}

{{ __('Menu Structure') }} {{ __('Drag to reorder or nest items') }}
@once @endonce @pushonce('scripts') @endpushonce