-
{{ localize('Dashboard') }}
@php
$subscriptionRoutes = [
'admin.plan-histories.index',
'admin.plan-histories.show',
];
@endphp
@if (getSetting('enable_affiliate_system') == 1)
-
@endif
-
{{ localize('Manage Documents') }}
-
{{ localize('Folders') }}
-
{{ localize('Documents') }}
{{-- accounts --}}
-
{{ localize('Manage Accounts') }}
{{-- Accounts --}}
-
{{ localize('Social Posts') }}
{{-- posts --}}
-
{{-- quick texts --}}
{{-- AI Blog Posts Start --}}
@if (getSetting('enable_ai_blog_wizard') == 1)
-
{{ localize('AI Blog Posts') }}
@if (allowPlanFeature('allow_blog_wizard'))
-
@endif
@endif
@php
$wpPostRoutes = [
'admin.wordpress.list',
'admin.seo.wpPostSeoChecker',
'admin.wordpress-credentials.index',
'admin.tags.index',
'admin.wordpress.authorLists',
'admin.blog-categories.index',
"admin.wordpress.articles.edit"
];
@endphp
@if (isModuleActive('WordpressBlog') && allowPlanFeature('allow_wordpress'))
@endif
@if (getSetting('enable_ai_chat') == 1 || getSetting('enable_ai_chat_image') == 1 || getSetting('enable_ai_vision') == 1 || getSetting('enable_ai_pdf_chat') == 1 || getSetting('enable_generate_code') == 1)
-
{{ localize('AI Chat') }}
-
@endif
@if (getSetting('enable_templates') == 1 || getSetting('enable_ai_writer') == 1 || getSetting('enable_ai_rewriter') == 1)
-
{{ localize('AI Contents') }}
@if (allowPlanFeature('allow_templates') && getSetting('enable_templates') == 1)
-
@endif
@if (allowPlanFeature('allow_ai_writer') && getSetting('enable_ai_writer') == 1)
-
@endif
@if (allowPlanFeature('allow_ai_rewriter'))
-
@endif
@endif
@if (getSetting('enable_ai_images') == 1)
-
{{ localize('AI Images') }}
@if (allowPlanFeature('allow_images'))
-
@endif
@endif
@if (getSetting('enable_ai_plagiarism') == 1)
@if (allowPlanFeature('allow_ai_plagiarism'))
-
{{ localize('AI Plagiarism') }}
@endif
@endif
@if (getSetting('enable_ai_detector') == 1)
@if (allowPlanFeature('allow_ai_detector'))
-
{{ localize('AI Detector') }}
@endif
@endif
@if (getSetting('enable_ai_product_shot') == 1)
{{-- AI Product Shoot--}}
@if (allowPlanFeature('allow_ai_product_shot'))
-
@endif
@endif
@if (getSetting('enable_ai_photo_studio') == 1)
{{-- AI Photo Studio--}}
@if (allowPlanFeature('allow_ai_photo_studio'))
-
@endif
@endif
@if (getSetting('enable_ai_video') == 1 || getSetting('enable_ai_avatar_pro') == 1)
-
{{ localize('AI Videos') }}
@if (allowPlanFeature('allow_ai_video') && getSetting('enable_ai_video') == 1)
@php
$videoRoutes = ['admin.videos.index'];
@endphp
-
{{-- AI Video End --}}
@endif
{{-- AI Avatar Pro --}}
@if (allowPlanFeature('allow_ai_avatar_pro') && getSetting('enable_ai_avatar_pro') == 1)
-
@endif
@endif
@if (getSetting('enable_speech_to_text') == 1 || getSetting('enable_text_to_speech') == 1)
-
{{ localize('AI Voices') }}
@if (allowPlanFeature('allow_text_to_speech') && getSetting('enable_text_to_speech') == 1)
-
{{ localize('Text To Speech') }}
@endif
@if (allowPlanFeature('allow_speech_to_text') && getSetting('enable_speech_to_text') == 1)
-
{{ localize('Speech to Text') }}
@endif
@endif
@if (allowPlanFeature('has_free_support'))
-
{{ localize('Support') }}
-
@endif
@php
$roleManagements = ['admin.users.index', 'admin.roles.index'];
@endphp
@if (allowPlanFeature('allow_team'))
-
@endif
-
{{ localize('Reports') }}
-