Admintro logo Admintro logo
    @role('admin')
  • {{ __('Admin Dashboard') }}
  • {{ __('Dashboard') }}

  • {{ __('Admin Panel') }}
  • {{ __('TTS Management') }}
    • {{ __('TTS Dashboard') }}
    • {{ __('Synthesized TTS Results') }}
    • {{ __('TTS Configuration') }}
  • {{ __('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') }}
    • {{ __('All Payments') }}
    • {{ __('All Subscriptions') }}
    • {{ __('Subscription Plans') }}
    • {{ __('Prepaid Plans') }}
    • {{ __('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
    • {{ __('Payment Settings') }}
  • {{ __('Support Requests') }} @if (App\Models\Support::where('status', 'Open')->count()) {{ App\Models\Support::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
  • {{ __('General Settings') }}
    • {{ __('Global Settings') }}
    • {{ __('Appearance') }}
    • {{ __('Frontend Settings') }}
    • {{ __('Blogs Manager') }}
    • {{ __('Auth Settings') }}
    • {{ __('Registration Settings') }}
    • {{ __('SMTP Settings') }}
    • {{ __('Invoice Settings') }}
    • {{ __('Database Backup') }}
    • {{ __('Activation') }}

  • @endrole @role('user|subscriber')
    @endrole
  • {{ __('User Panel') }}
  • Text-to-Speech
  • {{ __('All Voices') }}
  • {{ __('My Balance') }}
    • {{ __('Subscribe Now') }}
    • {{ __('My Subscriptions') }}
    • {{ __('My Payments') }}
    • @if (config('payment.referral.enabled') == 'on')
    • {{ __('My Referrals') }}
    • @endif
    • {{ __('My Balance Dashboard') }}
  • {{ __('My TTS Audio Results') }}
  • {{ __('My Profile Settings') }}
    • {{ __('My Profile') }}
    • {{ __('Change Password') }}
  • {{ __('Support Request') }}
  • {{ __('Notifications') }} @if (auth()->user()->unreadNotifications->where('type', 'App\Notifications\GeneralNotification')->count()) {{ auth()->user()->unreadNotifications->where('type', 'App\Notifications\GeneralNotification')->count() }} @endif
@role('user')
{{ App\Services\HelperService::formatTotalChars(auth()->user()->available_chars) }} of {{ App\Services\HelperService::formatTotalChars(config('tts.free_chars')) }} chars left
@endrole @role('subscriber')
{{ App\Services\HelperService::formatTotalChars(auth()->user()->available_chars) }} of {{ App\Services\HelperService::getTotalCharsFormatted() }} chars left
@endrole