@section('top_scripts')
@endsection
@extends('layouts.main')
@section('title', 'MSS-BRAND — Managed Brand & Digital Risk Protection')
@section('breadcrumb')
{{-- ===== TAB 1: BRAND PROTECTION OVERVIEW ===== --}}
{{-- TOP ROW: LEFT | CENTER | RIGHT --}}
{{-- LEFT: BPPS + delta/confidence + timestamp --}}
@if($wBPPS)
Brand Protection Posture Score
{!! $splunk_searches::getCodeArray([$wBPPS], $from, $to) !!}
@endif
@if($wConfidence)
{!! $splunk_searches::getCodeArray([$wConfidence], $from, $to) !!}
@endif
@if($wTimestamp)
{!! $splunk_searches::getCodeArray([$wTimestamp], $from, $to) !!}
@endif
{{-- /LEFT --}}
{{-- CENTER: 5 PER + Active Threats --}}
@foreach([$wWebPer=>'WEB-PER',$wSocPer=>'SOC-PER',$wMktPer=>'MKT-PER',$wAdvPer=>'ADV-PER',$wExtPer=>'EXT-PER'] as $wId=>$wName)
@if($wId)
{!! $splunk_searches::getCodeArray([$wId], $from, $to) !!}
@endif
@endforeach
@if($wActiveThreats)
{!! $splunk_searches::getCodeArray([$wActiveThreats], $from, $to) !!}
@endif
{{-- /CENTER --}}
{{-- RIGHT: Top Findings --}}
@if($wTopFindings)
Top Findings Requiring Action
{!! $splunk_searches::getCodeArray([$wTopFindings], $from, $to) !!}
@endif
{{-- /RIGHT --}}
{{-- /top row --}}
{{-- BOTTOM ROW --}}
{{-- 3 counters --}}
@if($wThreatsDetected)
{!! $splunk_searches::getCodeArray([$wThreatsDetected], $from, $to) !!}
@endif
@if($wUnderEnf)
{!! $splunk_searches::getCodeArray([$wUnderEnf], $from, $to) !!}
@endif
@if($wRemovalConf)
{!! $splunk_searches::getCodeArray([$wRemovalConf], $from, $to) !!}
@endif
{{-- BPPS Trend --}}
@if($wBppsTrend)
{!! $splunk_searches::getCodeArray([$wBppsTrend], $from, $to) !!}
@endif
{{-- Brand Risk Summary --}}
@if($wBrandRisk)
{!! $splunk_searches::getCodeArray([$wBrandRisk], $from, $to) !!}
@endif
{{-- /bottom row --}}
{{-- /pane-overview --}}
{{-- ===== TAB 2: SECURITY ALERTS & ACTIVE THREATS ===== --}}
@if($wAlertRegister)
{!! $splunk_searches::getCodeArray([$wAlertRegister], $from, $to) !!}
@endif
@if($wChannelDist)
{!! $splunk_searches::getCodeArray([$wChannelDist], $from, $to) !!}
@endif
{{-- ===== TAB 3: ENFORCEMENT & TAKEDOWNS ===== --}}
@foreach([
$wAvgDaysRemoval => 'Average Days to Removal',
$wRemovalRate => 'Removal Rate',
$wReportedAgainRate => 'Reported Again Rate',
$wCDCompliance => 'C&D Compliance Rate',
] as $wId => $wName)
@if($wId)
{!! $splunk_searches::getCodeArray([$wId], $from, $to) !!}
@endif
@endforeach
@if($wEnforcementReg)
{!! $splunk_searches::getCodeArray([$wEnforcementReg], $from, $to) !!}
@endif
{{-- ===== TAB 4: SOCIAL MEDIA & AI-GENERATED BRAND ABUSE ===== --}}
@if($wSocialThreats)
{!! $splunk_searches::getCodeArray([$wSocialThreats], $from, $to) !!}
@endif
@if($wAIAbuse)
{!! $splunk_searches::getCodeArray([$wAIAbuse], $from, $to) !!}
@endif
@if($wAILastCollection)
AI Module Last Collection
{!! $splunk_searches::getCodeArray([$wAILastCollection], $from, $to) !!}
@endif
{{-- ===== TAB 5: BRAND ASSET CORRELATION ===== --}}
@if($wBrandRegistry)
{!! $splunk_searches::getCodeArray([$wBrandRegistry], $from, $to) !!}
@endif
@if($wBrandCorrelation)
Brand Threat Correlation — Detection to Business Risk
{!! $splunk_searches::getCodeArray([$wBrandCorrelation], $from, $to) !!}
@endif
{{-- ===== TAB 6: PROTECTION HISTORY ===== --}}
@if($wBPPSHistory)
{!! $splunk_searches::getCodeArray([$wBPPSHistory], $from, $to) !!}
@endif
@if($wPerBrandBPPS)
{!! $splunk_searches::getCodeArray([$wPerBrandBPPS], $from, $to) !!}
@endif
@if($wEnfTrend)
Enforcement Effectiveness Trend
{!! $splunk_searches::getCodeArray([$wEnfTrend], $from, $to) !!}
@endif
@if($wThreatVolume)
{!! $splunk_searches::getCodeArray([$wThreatVolume], $from, $to) !!}
@endif
@if($wRecurringAbuse)
Recurring Abuse Pattern Registry
{!! $splunk_searches::getCodeArray([$wRecurringAbuse], $from, $to) !!}
@endif
@if($wBrandResilience)
Brand Resilience Indicator
{!! $splunk_searches::getCodeArray([$wBrandResilience], $from, $to) !!}
@endif
@if($wCaseHistory)
{!! $splunk_searches::getCodeArray([$wCaseHistory], $from, $to) !!}
@endif
{{-- ===== TAB 7: DATA QUALITY ===== --}}
@if($wDQConfidence)
{!! $splunk_searches::getCodeArray([$wDQConfidence], $from, $to) !!}
@endif
@if($wCADCoverage)
{!! $splunk_searches::getCodeArray([$wCADCoverage], $from, $to) !!}
@endif
@if($wFeedCompleteness)
Module & Feed Collection Completeness
{!! $splunk_searches::getCodeArray([$wFeedCompleteness], $from, $to) !!}
@endif
{{-- /tab-content --}}