• {{ localize('Dashboard') }}
  • @php $subscriptionRoutes = [ 'admin.plan-histories.index', 'admin.plan-histories.show', ]; @endphp
  • {{ localize('Subscriptions') }}
    • {{ localize('Subscription Packages') }}
    • {{ localize('Subscription History') }}
  • @if (getSetting('enable_affiliate_system') == 1)
  • {{ localize('Affiliate System') }}
    • {{ localize('Overview') }}
    • {{ localize('Payout Configuration') }}
    • {{ localize('Earning Histories') }}
    • {{ localize('Withdraw Requests') }}
    • {{ localize('Payment Histories') }}
  • @endif
  • {{ localize('Manage Documents') }}
  • {{ localize('Folders') }}
  • {{ localize('Documents') }}
  • {{-- accounts --}}
  • {{ localize('Manage Accounts') }}
  • {{-- Accounts --}}
  • {{ localize('Accounts') }}
  • {{ localize('Social Posts') }}
  • {{-- posts --}}
  • {{ localize('Posts') }}
    • {{ localize('Create Post') }}
    • {{ localize('List Posts') }}
  • {{-- quick texts --}}
  • {{ localize('Quick Texts') }}
  • {{-- AI Blog Posts Start --}} @if (getSetting('enable_ai_blog_wizard') == 1)
  • {{ localize('AI Blog Posts') }}
  • @if (allowPlanFeature('allow_blog_wizard'))
  • {{ localize('AI Articles') }}
    • {{ localize('Generate New AI Article') }}
    • {{ localize('All AI Articles') }}
  • @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'))
  • {{ localize('WordPress Posts') }}
    • {{ localize('WordPress Imported Posts') }}
    • {{ 'Wordpress Category' }}
    • {{ 'Wordpress Tags' }}
    • {{ 'Wordpress Author' }}
    • {{ 'Wordpress Setting' }}
  • @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') }}
  • {{ localize('AI Chat') }}
    • {{ localize('AI External Chat') }}
    • @if (allowPlanFeature('allow_ai_chat') && getSetting('enable_ai_chat') == 1)
    • {{ localize('AI Expert Chat') }}
    • @endif @if (allowPlanFeature('allow_ai_image_chat') && getSetting('enable_ai_chat_image') == 1 )
    • {{ __('AI Image Chat') }}
    • @endif @if (allowPlanFeature('allow_ai_vision') && getSetting('enable_ai_vision') == 1)
    • {{ localize('AI Vision') }}
    • @endif @if (allowPlanFeature('allow_ai_pdf_chat') && getSetting('enable_ai_pdf_chat') == 1)
    • {{ localize('AI PDF Chat') }}
    • @endif @if (allowPlanFeature('allow_ai_code') && getSetting('enable_generate_code') == 1)
    • {{ localize('AI Code Generate') }}
    • @endif
  • @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)
  • {{ localize('Templates') }}
    • {{ localize('Templates') }}
    • {{ localize('Template Categories') }}
  • @endif @if (allowPlanFeature('allow_ai_writer') && getSetting('enable_ai_writer') == 1)
  • {{ localize('AI Writer') }}
    • {{ localize('AI Writer') }}
    • {{ localize('All AI Writer ') }}
  • @endif @if (allowPlanFeature('allow_ai_rewriter'))
  • {{ localize('AI ReWriter') }}
    • {{ localize('AI ReWriter') }}
    • {{ localize('All ReWriter ') }}
  • @endif @endif @if (getSetting('enable_ai_images') == 1)
  • {{ localize('AI Images') }}
  • @if (allowPlanFeature('allow_images'))
  • {{ __('AI Images') }}
    • {{ localize('All AI 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'))
  • {{ localize('AI Product Shot') }}
      @if (allowPlanFeature('allow_ai_product_shot'))
    • {{ localize('AI Product Shot') }}
    • @endif
  • @endif @endif @if (getSetting('enable_ai_photo_studio') == 1) {{-- AI Photo Studio--}} @if (allowPlanFeature('allow_ai_photo_studio'))
  • {{ localize('AI Photo Studio') }}
      @if (allowPlanFeature('allow_ai_photo_studio'))
    • {{ localize('AI Photo Studio List') }}
    • @endif
  • @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
  • {{ localize('AI Video') }}
    • {{ localize('All AI Video') }}
  • {{-- AI Video End --}} @endif {{-- AI Avatar Pro --}} @if (allowPlanFeature('allow_ai_avatar_pro') && getSetting('enable_ai_avatar_pro') == 1)
  • {{ localize('AI Avatar Pro') }}
    • {{ localize('AI Avatar Pro') }}
  • @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') }}
  • {{ localize('Support Ticket') }}
    • {{ localize('Tickets') }}
  • @endif @php $roleManagements = ['admin.users.index', 'admin.roles.index']; @endphp @if (allowPlanFeature('allow_team'))
  • {{ localize('Team') }}
    • {{ localize('Team Roles') }}
    • {{ localize('Team Members') }}
  • @endif
  • {{ localize('Reports') }}
  • {{ localize('Reports') }}
    • {{ localize('Words Report') }}
    • {{ localize('Codes Report') }}
    • {{ localize('Images Report') }}
    • {{ localize('Speech to Texts') }}
    • {{ localize('Most Used Templates') }}
    • {{ localize('Subscriptions Reports') }}