Baseline Governance
@if ($landingUrl) Details @endif
@if (! $hasAssignment)
No Baseline Assigned
Assign a baseline profile to start monitoring drift.
@else {{-- Profile + last compared --}}
Baseline: {{ $profileName }}
@if ($lastComparedAt)
{{ $lastComparedAt }}
@endif
{{-- Findings summary --}} @if ($findingsCount > 0) {{-- Critical banner (inline) --}} @if ($highCount > 0)
{{ $highCount }} high-severity {{ Str::plural('finding', $highCount) }}
@endif
{{ $findingsCount }} {{ Str::plural('finding', $findingsCount) }} @if ($mediumCount > 0) {{ $mediumCount }} medium @endif @if ($lowCount > 0) {{ $lowCount }} low @endif
@else
No open drift — baseline compliant
@endif @endif