@if (!empty($menuDatas)) @foreach ($menuDatas as $item) @if (!empty($item['submenu'])) @livewire('frontend::menu.dropdown-menu', ['name' => strtolower(str_replace(' ', '_', $item['name'])), 'dropdownDatas' => $item]) @else {{$item['title']}} @endif @endforeach @endif