@props(['items', 'menuId' => Str::random(4)])
    @foreach ($items as $index => $item)
  1. {{ $item->label }}

    @if (!$item->child->isEmpty()) @endif
  2. @endforeach