{{-- Stakeholder Report — page-header three-dot menu. Verdict override (green / yellow / red / revert) + Print. Called from both the strategy and program report templates; POST target changes based on $scope. Vars in: $scope 'strategy' | 'program' $projectId int — strategy or program id $verdictOverride null | 'green' | 'yellow' | 'red' (drives Revert visibility) --}} @php $hxBase = BASE_URL.'/hx/'.($scope === 'strategy' ? 'strategyPro' : 'pgmPro').'/report/setVerdict'; @endphp