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

{{ siteName() }}

@endif

Menu

Dashboard
Users
All Users Add User All Roles Add Role Profile
Pages
All Pages Add Page
Menu Builder
Theme Manager
Manage Language
Product
Product Brand Category List Product List Tags List
Blog
Category List Tags List Blog List Blog Comment
Setting
Manage Newsletter
Subscriber List Newsletter List Send Newsletter
currency-revenue-solid Manage Currency
Team
Support
Site Configuration
Contact Management
Plugin Management
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 @if (config('app.debug') && auth()->check() && auth()->user()->can('admin')) @if (!isset($hookMenus)) @elseif (empty($hookMenus)) @endif @endif