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

  • {{ __('Admin Panel') }}
  • {{ __('STT Management') }}
    • {{ __('STT Dashboard') }}
    • {{ __('File STT Results') }}
    • @if ( config('stt.enable.aws_live') == 'on')
    • {{ __('Live STT Results') }}
    • @endif
    • {{ __('Language Configuration') }}
    • {{ __('STT 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') }}
    • {{ __('SEO & Logos') }}
    • {{ __('Frontend Settings') }}
    • {{ __('Blogs Manager') }}
    • {{ __('FAQs Manager') }}
    • {{ __('Auth Settings') }}
    • {{ __('Registration Settings') }}
    • {{ __('SMTP Settings') }}
    • {{ __('Invoice Settings') }}
    • {{ __('Database Backup') }}
    • {{ __('Activation') }}
    • {{ __('Upgrade Software') }}

  • @endrole @role('user|subscriber')
    @endrole
  • {{ __('User Panel') }}
  • Speech-to-Text
      @if ( config('stt.enable.aws_live') == 'on')
    • {{ __('Live Transcribe') }}
    • @endif
    • {{ __('Record & Transcribe') }}
    • {{ __('Upload & Transcribe') }}
    • {{ __('Azure Transcribe') }}
  • {{ __('File Transcribe Results') }}
  • @if ( config('stt.enable.aws_live') == 'on')
  • {{ __('Live Transcribe Results') }}
  • @endif
  • {{ __('My Transcribe Projects') }}
  • {{ __('My Balance') }}
    • {{ __('Subscribe Now') }}
    • {{ __('My Subscriptions') }}
    • {{ __('My Payments') }}
    • @if (config('payment.referral.enabled') == 'on')
    • {{ __('My Referrals') }}
    • @endif
    • {{ __('My Balance Dashboard') }}
  • {{ __('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')
Your Balance: {{ App\Services\HelperService::formatTotalMinutes(auth()->user()->available_minutes) }}
@endrole @role('subscriber')
Your Balance: {{ App\Services\HelperService::formatTotalMinutes(auth()->user()->available_minutes) }}
@endrole