@props(['menu']) @php $menuItems = $menu->menuItems()->where('parent_id', null)->with(['children', 'translations'])->orderBy('sort_order')->get(); @endphp