{{ site_branding('sidebar', ['panel' => 'back', 'class_link' => 'nk-sidebar-logo', 'size' => 24]) }}
{{ __('Dashboard') }}
{{ __('Deposit') }}
@if($pendingDepositCount > 0)
{{ $pendingDepositCount }}
@endif
{{ __('Withdraw') }}
@if($pendingWithdrawCount > 0)
{{ $pendingWithdrawCount }}
@endif
{{ __('Referral') }}
@if($pendingReferralCount > 0)
{{ $pendingReferralCount }}
@endif
{{ __('Transaction') }}
@if($pendingTransactionCount > 0)
{{ __('Pending') }}
({{ $pendingTransactionCount }})
@endif @if($onholdTransactionCount > 0)
{{ __('On Hold') }}
({{ $onholdTransactionCount }})
@endif @if($confirmedTransactionCount > 0)
{{ __('Confirmed') }}
({{ $confirmedTransactionCount }})
@endif
{{ __('Deposit') }}
{{ __('Withdrawal') }}
{{ __('All Transaction') }}
{{ __('Investment') }}
@if(has_route('admin.investment.dashboard'))
{{ __('Invest Dashboard') }}
@endif
{{ __('Invested Plans') }}
@if(has_route('admin.investment.list'))
{{ __('Actived Invest') }}
{{ __('Pending Invest') }}
{{ __('Completed Invest') }}
{{ __('All Invested Plans') }}
@endif @if(has_route('admin.investment.schemes'))
{{ __('Manage Schemes') }}
@endif
{{ __('Invest Statement') }}
@if(has_route('admin.investment.transactions.list'))
{{ __('All Transactions') }}
@endif @if(has_route('admin.investment.transactions.list'))
{{ __('Profit Settlement') }}
@endif @if(has_route('admin.investment.transactions.list'))
{{ __('Transferred History') }}
@endif @if(has_route('admin.investment.profits.list'))
{{ __('Profit / Interest Logs') }}
@endif
{{ __('User Management') }}
{{ __('Manage Users') }}
{{ __('Active') }}
@if(isset($userCount['inactive']) && ($userCount['inactive'] > 0))
{{ __('Inactive') }}
({{ $userCount['inactive'] ?? 0 }})
@endif @if(isset($userCount['locked']) && ($userCount['locked'] > 0))
{{ __('Locked') }}
({{ $userCount['locked'] ?? 0 }})
@endif @if(isset($userCount['suspend']) && ($userCount['suspend'] > 0))
{{ __('Suspended') }}
({{ $userCount['suspend'] ?? 0 }})
@endif
{{ __('All Users') }}
@if(isset($adminUserCount) && ($adminUserCount > 0))
{{ __('Administrator') }}
({{ $adminUserCount ?? 0 }})
@endif
@if(module_exist('BasicKYC', 'mod') && has_route('admin.kyc.list'))
{{ __('Verification Center') }}
@endif
{{ __('Management') }}
{{ __('Manage Content') }}
{{ __('Manage Pages') }}
{{ __('Email Templates') }}
{{ __('Application Settings') }}
{{ __('Global Settings') }}
{{ __('Website Settings') }}
{{ __('Manage Components') }}
{{ __('Payment Options') }}
@if(has_route('admin.settings.investment.apps'))
{{ __('Investment Apps') }}
@endif
{{ __('Email Cofiguration') }}
@if(has_sysinfo())
{{ __('System Status') }}
@endif
{{ __('Manage Language') }}