@php $summary = is_array($summary ?? null) ? $summary : []; $actionableCount = (int) ($summary['actionable_count'] ?? 0); $sourceRunId = $summary['source_operation_run_id'] ?? null; $legacyPayloadOnly = (bool) ($summary['legacy_payload_only'] ?? false); @endphp
{{ $actionableCount }} {{ \Illuminate\Support\Str::plural('decision', $actionableCount) }} required @if (is_numeric($sourceRunId)) Operation #{{ (int) $sourceRunId }} @endif
Baseline subject decisions are TenantPilot-only records. They do not mutate the provider tenant.
@if (filled($sourceRunUrl ?? null)) Open operation @endif @if (filled($compareUrl ?? null)) Open baseline compare @endif
{{ $this->table }}