@php $menu_groups = getAllMenuGroups(); $selected_menu_group = isset(request()->group_id) ? request()->group_id : -1; $all_menu_positions = getAllMenuPositions(); $languages = getAllLanguages(); $menu_items = getAllMenuItems(); $all_categories = getAllCategories(); $all_recent_categories = getAllRecentCategories(); $all_posts = getAllPosts(); $all_recent_posts = getAllRecentPosts(); $all_pages = getAllPages(); $all_recent_pages = getAllRecentPages(); $all_tags = getAllTags(); $all_recent_tags = getAllRecentTags(); @endphp @extends('core::base.layouts.master') @section('title') {{ translate('Menu') }} @endsection @section('custom_css') @section('main_content')
{{ translate('Your theme supports') }} {{ sizeof($all_menu_positions) }} {{ translate('menus. Select which menu appears in each location.') }}