@if (dashboardLogo() || siteLogo())
@else

{{ siteName() }}

@endif

Overview

Dashboard

Content

Blog
All Posts Categories Tags Comments
Menu Builder
Site Configuration
Pages

E-Commerce

Products
All Products Categories Brands Tags Review
Orders
Orders Order Items
Currency
Payment Methods
Payment analysis

Communication

Newsletter
Send Newsletter Newsletter History Subscribers
Contact Messages
Notifications
Support Tickets

Team & Users

Users & Roles
All Users Add User All Roles Add Role My Profile
Requested Authors
Team Members

Appearance

Theme Manager
Languages
Settings
{{-- Updater --}}
Updater

System

Settings
Plugins
All Plugins Upload Plugin
@if (isset($hookMenus) && !empty($hookMenus)) @foreach ($hookMenus as $menuSlug => $menu) @if (empty($menu['children']))
{!! $menu['icon'] ?? ' ' !!} {{ $menu['title'] }}
@else
{!! $menu['icon'] ?? ' ' !!} {{ $menu['title'] }}
@foreach ($menu['children'] as $childSlug => $child) {{ $child['title'] }} @endforeach
@endif @endforeach @endif