@php $currency = config('app.currency_symbol', config('app.currency', 'GH₵')); $appName = config('app.name', 'DataOrbit'); @endphp

{{ $appName }} {{ __('Admin Command Center') }}

{{ __('Real-time financial analytics, system liquidity, and core operational management.') }}

@if (Route::has('admin.settings.index')) @endif {{ __('System Live') }}

{{ __('Admin Revenue (Platform Fees)') }}

{{ __('Income Today') }}
{{ $currency }} {{ number_format($dailyRevenue ?? 0, 2) }}
{{ __('Income This Week') }}
{{ $currency }} {{ number_format($weeklyRevenue ?? 0, 2) }}
{{ __('Income This Month') }}
{{ $currency }} {{ number_format($monthlyRevenue ?? 0, 2) }}
{{ __('Lifetime Income') }}
{{ $currency }} {{ number_format($lifetimeRevenue ?? 0, 2) }}

{{ __('System Liquidity') }}

{{ __('Total in Escrow (Wallets)') }}

{{ $currency }} {{ number_format($totalInEscrow ?? 0, 2) }}

{{ __('Total Paid Out (MoMo)') }}

{{ $currency }} {{ number_format($totalPaidOut ?? 0, 2) }}

{{ __('Pending Payout Queue') }}

{{ $currency }} {{ number_format($pendingPayoutsAmount ?? 0, 2) }}

{{ __('Operations Metrics') }}

{{ __('Total Platform Users') }}

{{ number_format($totalUsers ?? 0) }}

{{ __('Researchers') }}: {{ number_format($researchersCount ?? 0) }} | {{ __('Respondents') }}: {{ number_format($respondentsCount ?? 0) }}

{{ __('Pending KYC Approvals') }}

{{ number_format($pendingRespondentKycCount ?? 0) }}

{{ __('Respondents') }}

@if (Route::has('admin.respondents.kyc.index')) {{ __('Review') }} → @endif

{{ number_format($pendingResearcherKycCount ?? 0) }}

{{ __('Researchers') }}

@if (Route::has('admin.researchers.kyc.index')) {{ __('Review') }} → @endif
{{ __('Security Alerts') }}

{{ number_format($securityAlertsCount ?? 0) }}

{{ __('IP collisions & duplicate accounts') }}

{{ __('Core Administrative Modules') }}

{{ __('Respondent KYC') }}

{{ __('Review submitted National ID documents, verify respondent credentials, and approve payout accounts.') }}

{{ __('Review Respondent KYC') }}

{{ __('Researcher Verification') }}

{{ __('Review institutional ID submissions, verify researcher credentials, and grant survey creation privileges.') }}

{{ __('Review Researcher KYC') }}

{{ __('Cashouts & MoMo') }}

{{ __('Approve or flag pending respondent withdrawal requests to supported mobile money networks.') }}

{{ __('Review Payout Queue') }}

{{ __('Fraud & Quality Control') }}

{{ __('Monitor rapid survey completion times, duplicate IP entries, and automated bot flags.') }}

{{ __('Open Security Logs') }}

{{ __('Survey Repository') }}

{{ __('Audit active and published research projects, inspect research codes, and configure platform parameters.') }}

{{ __('Audit Projects') }}

{{ __('Platform Settings') }}

{{ __('Configure global fees, payout thresholds, referral bonuses, and payment gateway credentials.') }}

{{ __('Open Settings') }}