@php $screenshotActive = \App\Models\Setting::get('enable_candidate_screenshots', '1') === '1'; $onboardingActive = \App\Models\Setting::get('onboarding_enabled', '1') === '1'; $isAdmin = Auth::check() && Auth::user()->isAdmin(); @endphp

Screenshot Capture

@if($screenshotActive) Active @else Stopped @endif

Captures candidate's desktop automatically on call start & tab switches.

@if($isAdmin)
@csrf
@endif

Candidate Onboarding

@if($onboardingActive) Active @else Disabled @endif

Automatic provisioning checklist and one-click revocation.

@if($isAdmin)
@csrf
@endif