Admintro logo Admintro logo
  • {{ __('AI Panel') }}
  • {{ __('Dashboard') }}
  • {{ __('Templates') }}
  • {{ __('Documents') }}
    • {{ __('All Documents') }}
    • @role('user|subscriber') @if (config('settings.image_feature_user') == 'allow')
    • {{ __('All Images') }}
    • @endif @endrole @role('admin')
    • {{ __('All Images') }}
    • @endrole @role('user|subscriber') @if (config('settings.voiceover_feature_user') == 'allow')
    • {{ __('All Voiceovers') }}
    • @endif @endrole @role('admin')
    • {{ __('All Voiceovers') }}
    • @endrole @role('user|subscriber') @if (config('settings.whisper_feature_user') == 'allow')
    • {{ __('All Transcripts') }}
    • @endif @endrole @role('admin')
    • {{ __('All Transcripts') }}
    • @endrole @role('user|subscriber') @if (config('settings.code_feature_user') == 'allow')
    • {{ __('All Codes') }}
    • @endif @endrole @role('admin')
    • {{ __('All Codes') }}
    • @endrole
    • {{ __('Workbooks') }}
  • @role('user|subscriber') @if (config('settings.voiceover_feature_user') == 'allow')
  • {{ __('AI Voiceover') }}
  • @endif @endrole @role('admin')
  • {{ __('AI Voiceover') }}
  • @endrole @role('user|subscriber') @if (config('settings.whisper_feature_user') == 'allow')
  • {{ __('AI Speech to Text') }}
  • @endif @endrole @role('admin')
  • {{ __('AI Speech to Text') }}
  • @endrole @role('user|subscriber') @if (config('settings.image_feature_user') == 'allow')
  • {{ __('AI Images') }}
  • @endif @endrole @role('admin')
  • {{ __('AI Images') }}
  • @endrole @role('user|subscriber') @if (config('settings.code_feature_user') == 'allow')
  • {{ __('AI Code') }}
  • @endif @endrole @role('admin')
  • {{ __('AI Code') }}
  • @endrole @role('user|subscriber') @if (config('settings.chat_feature_user') == 'allow')
  • {{ __('AI Chat') }}
  • @endif @endrole @role('admin')
  • {{ __('AI Chat') }}
  • @endrole
  • {{ __('Account') }}
  • {{ __('Subscription Plans') }}
  • @if (config('settings.team_members_feature') == 'enable')
  • {{ __('Team Members') }}
  • @endif
  • {{ __('My Account') }}
  • @if (config('payment.referral.enabled') == 'on')
  • {{ __('Affiliate Program') }}
  • @endif @role('admin')
  • {{ __('Admin Panel') }}
  • {{ __('Dashboard') }}
  • {{ __('Davinci Management') }}
    • {{ __('Davinci Dashboard') }}
    • {{ __('Davinci Templates') }}
    • {{ __('Custom Templates') }}
    • {{ __('AI Chats Customization') }}
    • {{ __('Template Categories') }}
    • {{ __('Chat Categories') }}
    • {{ __('Chat Prompts') }}
    • {{ __('Voices Customization') }}
    • {{ __('Davinci Settings') }}
  • {{ __('User Management') }}
    • {{ __('User Dashboard') }}
    • {{ __('User List') }}
    • {{ __('Activity Monitoring') }}
  • {{ __('Finance Management') }} @if (auth()->user()->unreadNotifications->where('type', 'App\Notifications\PayoutRequestNotification')->count()) {{ auth()->user()->unreadNotifications->where('type', 'App\Notifications\PayoutRequestNotification')->count() }} @else @endif
    • {{ __('Finance Dashboard') }}
    • {{ __('Transactions') }}
    • {{ __('Subscription Plans') }}
    • {{ __('Prepaid Plans') }}
    • {{ __('Subscribers') }}
    • {{ __('Promocodes') }}
    • {{ __('Referral System') }}
    • {{ __('Referral Payouts') }} @if ((auth()->user()->unreadNotifications->where('type', 'App\Notifications\PayoutRequestNotification')->count())) {{ auth()->user()->unreadNotifications->where('type', 'App\Notifications\PayoutRequestNotification')->count() }} @endif
    • {{ __('Invoice Settings') }}
    • {{ __('Payment Settings') }}
  • {{ __('Support Requests') }} @if (App\Models\SupportTicket::where('status', 'Open')->count()) {{ App\Models\SupportTicket::where('status', 'Open')->count() }} @endif
  • {{ __('Notifications') }} @if (auth()->user()->unreadNotifications->where('type', '<>', 'App\Notifications\GeneralNotification')->count()) @else @endif
    • {{ __('Mass Notifications') }}
    • {{ __('System Notifications') }} @if ((auth()->user()->unreadNotifications->where('type', '<>', 'App\Notifications\GeneralNotification')->count())) @endif
  • {{ __('Frontend Management') }}
    • {{ __('Frontend Settings') }}
    • {{ __('SEO & Logos') }}
    • {{ __('How it Works Section') }}
    • {{ __('AI Tools Section') }}
    • {{ __('Features Section') }}
    • {{ __('Reviews Manager') }}
    • {{ __('Blogs Manager') }}
    • {{ __('FAQs Manager') }}
    • {{ __('About Us Page') }}
    • {{ __('T&C Pages') }}
    • {{ __('Google Adsense') }}
  • {{ __('General Settings') }}
    • {{ __('Global Settings') }}
    • {{ __('Auth Settings') }}
    • {{ __('Registration Settings') }}
    • {{ __('SMTP Settings') }}
    • {{ __('Database Backup') }}
    • {{ __('Activation') }}
    • {{ __('Upgrade Software') }}
    • {{ __('Clear Cache') }}
  • @endrole
  • {{ __('AI Credits') }}
  • {{ __('Plan') }}: @if (is_null(auth()->user()->plan_id)){{ __('Free Trial') }} @else {{ __(App\Services\HelperService::getPlanName())}} @endif @if (is_null(auth()->user()->plan_id)) - {{ __('Upgrade Now') }} @endif
  • {{ __('Next Renewal') }}: @if (is_null(auth()->user()->plan_id)){{ __('No Renewal') }} @else {{ __(App\Services\HelperService::getRenewalDate())}} @endif
  • {{ __('Words') }} {{ App\Services\HelperService::getTotalWords()}}
    @role('user|subscriber|admin') @if (config('settings.image_feature_user') == 'allow')
    {{ __('Images') }} {{ App\Services\HelperService::getTotalImages()}}
    @endif @endrole @role('user|subscriber|admin') @if (config('settings.whisper_feature_user') == 'allow')
    {{ __('Minutes') }} {{ App\Services\HelperService::getTotalMinutes()}}
    @endif @endrole @role('user|subscriber|admin') @if (config('settings.voiceover_feature_user') == 'allow')
    {{ __('Characters') }} {{ App\Services\HelperService::getTotalCharacters()}}
    @endif @endrole