Global Admin Proctoring & System Settings

Master control panel for candidate assessment rules, system screen capturing, and module toggles
ADMIN CONTROL PANEL
@csrf
Candidate System Screenshot Capture
Captures candidate system desktop screen automatically on call start & tab switches. Admin can stop taking screenshots anytime across all candidates.
{{ \App\Models\Setting::get('enable_candidate_screenshots', '1') === '1' ? '🟢 ENABLED (Active)' : '🔴 STOPPED / DISABLED' }} @if(Auth::check() && Auth::user()->isAdmin()) @endif
@csrf
Candidate Provisioning & Onboarding Module
Master toggle to enable/disable automated candidate provisioning, onboarding checklists, and 1-click revocation.
{{ \App\Models\Setting::get('onboarding_enabled', '1') === '1' ? '🟢 ENABLED' : '🔴 DISABLED' }} @if(Auth::check() && Auth::user()->isAdmin()) @endif