@php $menu = $menu ?? false @endphp @if (getLogoMode(Auth::user()->customer->theme_mode, Auth::user()->customer->getColorScheme(), request()->session()->get('customer-auto-theme-mode')) == 'dark') @else @endif {{ trans('messages.dashboard') }} {{ trans('messages.campaigns') }} @if (Auth::user()->customer->can("list", new Acelle\Model\Automation2())) {{ trans('messages.automations') }} @endif {{ trans('messages.lists') }} {{ trans('messages.audience.overview') }} {{ trans('messages.lists') }} @if (Auth::user()->customer->mailLists()->count()) {{ trans('messages.contacts') }} @if (Auth::user()->customer->can("list", new Acelle\Model\Segment())) {{ trans('messages.segments') }} @endif @else {{ trans('messages.contacts') }} @if (Auth::user()->customer->can("list", new Acelle\Model\Segment())) {{ trans('messages.segments') }} @endif @endif @if (Auth::user()->customer->can("list", new Acelle\Model\Form())) {{ trans('messages.forms') }} @endif {{ trans('messages.templates') }} {{ trans('store.store') }} {{ trans('store.product') }} {{ trans('store.categories') }} {{ trans('store.attributes') }} {{ trans('store.orders') }} {{ trans('store.media') }} @if (config('app.brand') || config('custom.woo')) {{ trans('messages.content') }} {{ trans('messages.products') }} {{ trans('messages.stores_connections') }} @endif @if ( Auth::user()->customer->can("read", new Acelle\Model\SendingServer()) || Auth::user()->customer->getCurrentActiveGeneralSubscription()->planGeneral->useOwnEmailVerificationServer() || Auth::user()->customer->can("read", new Acelle\Model\Blacklist()) || true ) {{ trans('messages.sending') }} @if (Auth::user()->customer->can("read", new Acelle\Model\SendingServer())) {{ trans('messages.sending_servers') }} @endif @if (Auth::user()->customer->allowVerifyingOwnDomains()) {{ trans('messages.sending_domains') }} @endif @if (Auth::user()->customer->getCurrentActiveGeneralSubscription()->planGeneral->allowSenderVerification()) {{ trans('messages.verified_senders') }} @endif {{ trans('messages.tracking_domains') }} @if (Auth::user()->customer->getCurrentActiveGeneralSubscription()->planGeneral->useOwnEmailVerificationServer()) {{ trans('messages.email_verification_servers') }} @endif @if (Auth::user()->customer->can("read", new Acelle\Model\Blacklist())) {{ trans('messages.blacklist') }} @endif @endif @if (Auth::user()->customer->can("list", Acelle\Model\Website::class)) {{ trans('messages.intergration') }} {{ trans('messages.website.add_site') }} {{ trans('messages.connections.manage') }} @endif @if (Auth::user()->customer->canUseApi()) {{ trans('messages.campaign_api') }} @endif @include('layouts.core._top_activity_log') @include('layouts.core._menu_frontend_user')