@php $menus = \App\Models\Menu::with('children')->whereNull('parent_id')->orderBy('sort')->get(); @endphp