@foreach ($items as $key => $item) @if (count($item->children) > 0) @else
  • {{ getLocalizedDataFromObj($item, 'title') }}
  • @endif @endforeach