@if($menu->menus->isEmpty()) @switch($menu->type) @case('static') @include('front::partials.mobile-menu.static-menus', ['menu' => $menu]) @break @case('category') @include('front::partials.mobile-menu.child-category', ['category' => $menu->category]) @break @default