+
{{ $titleCap }} — {{ $humanDetails }}
+ @if($screenshotUrl)
+
[ Screenshot]
+ @endif
+ @if($aiVerdict)
+ @php
+ $confPct = round(($aiVerdict['confidence'] ?? 0.85) * 100);
+ $engineName = $aiVerdict['engine'] ?? 'AI Engine';
+ $toolName = !empty($aiVerdict['ai_tool_detected']) ? ' • Detected:
' . e($aiVerdict['ai_tool_detected']) . '' : '';
+ @endphp
+
AI inspector · {{ $confPct }}% cheating confidence ({!! $engineName . $toolName !!})
+ @endif
+