@php $nodeList = is_array($nodes ?? null) ? $nodes : []; $menuSelections = is_array($menuSelections ?? null) ? $menuSelections : []; $editable = (bool) ($editable ?? false); $disabled = (bool) ($disabled ?? false); $moduleKey = (string) ($moduleKey ?? ''); @endphp @if (!empty($nodeList))