@lang('image') @lang('image')
  • @lang('Dashboard')
  • Password Reset Code
  • @lang('Fake Robot')
  • @lang('Manage Plan')
  • @lang('Manage Users') @if($banned_users_count > 0 || $email_unverified_users_count > 0 || $sms_unverified_users_count > 0) @endif
    • @lang('All Users')
    • @lang('Active Users')
    • @lang('Banned Users') @if($banned_users_count) {{$banned_users_count}} @endif
    • @lang('Email Unverified') @if($email_unverified_users_count) {{$email_unverified_users_count}} @endif
    • @lang('SMS Unverified') @if($sms_unverified_users_count) {{$sms_unverified_users_count}} @endif
    • @lang('With Balance')
    • @lang('Email to All')
  • @lang('Payment Gateways')
    • @lang('Automatic Gateways')
    • @lang('Manual Gateways')
  • @lang('Deposits') @if(0 < $pending_deposits_count) @endif
    • @lang('Pending Deposits') @if($pending_deposits_count) {{$pending_deposits_count}} @endif
    • @lang('Approved Deposits')
    • @lang('Successful Deposits')
    • @lang('Rejected Deposits')
    • @lang('All Deposits')
  • @lang('Withdrawals') @if(0 < $pending_withdraw_count) @endif
    • @lang('Withdrawal Methods')
    • @lang('Pending Log') @if($pending_withdraw_count) {{$pending_withdraw_count}} @endif
    • @lang('Approved Log')
    • @lang('Rejected Log')
    • @lang('Withdrawals Log')
  • @lang('Report')
    • @lang('Investment Log')
    • @lang('Transaction Log')
    • @lang('Login History')
    • @lang('Email History')
  • @lang('Settings')
  • @lang('Basic')
    • @lang('General Setting')
    • @lang('Logo & Favicon')
    • @lang('Live Chat Setup')
    • @lang('Language')
    • @lang('SEO Manager')
  • @lang('Email Manager')
    • @lang('Global Template')
    • @lang('Email Templates')
    • @lang('Email Configure')
  • @lang('SMS Manager')
    • @lang('Global Setting')
    • @lang('SMS Gateways')
    • @lang('SMS Templates')
  • @lang('Manage Section')
      @php $lastSegment = collect(request()->segments())->last(); @endphp @foreach(getPageSections(true) as $k => $secs) @if($secs['builder'])
    • {{__($secs['name'])}}
    • @endif @endforeach
  • @lang('Extra')
  • @lang('GDPR Cookie')
  • @lang('System Information')
  • @lang('Custom CSS')
  • @lang('Clear Cache')
  • @lang('Report & Request')
{{__(systemDetails()['name'])}} @lang('V'){{systemDetails()['version']}}