@php $wordpress = new \Acelle\Library\WordpressManager(); @endphp @if (getThemeMode(Auth::user()->customer->theme_mode, request()->session()->get('customer-auto-theme-mode')) == 'light' && Auth::user()->customer->getColorScheme() == 'white' ) @else @endif {{ trans('messages.dashboard') }} {{ trans('messages.site.menus') }} {{ trans('messages.brand.product') }} {{ trans('messages.brand.products') }} {{ trans('messages.brand.products') }} (layout 2) {{ trans('messages.brand.categories') }} {{ trans('messages.brand.orders') }} {{ trans('messages.customers') }} {{-- {{ trans('messages.templates') }} --}} {{ trans('messages.brand.store') }} {{-- --}} {{ trans('messages.brand.shop_info') }} {{ trans('messages.brand.product_settings') }} {{ trans('messages.brand.shipping') }} {{ trans('messages.brand.payments') }} {{ trans('messages.brand.account_privacy') }} {{ trans('messages.brand.emails') }} {{ trans('messages.settings') }} {{-- --}} {{ trans('messages.brand.site_information') }} @php $pageID = get_option('page_on_front'); @endphp @if ($pageID) {{-- --}} {{ trans('messages.brand.home_page') }} @endif @if (is_plugin_active( 'slider-revolution/revslider.php' )) {{-- --}} {{ trans('messages.brand.sliders') }} @endif {{-- --}} {{ trans('messages.stores_connections') }} @include('layouts.core._top_activity_log') @include('layouts.core._menu_frontend_user')