@if (count($items) === 0)
Current governance and findings signals look trustworthy.
@foreach ($healthyChecks as $check)
{{ $check['title'] }}
{{ $check['body'] }}
@endforeach
@else
@foreach ($items as $item)
{{ $item['title'] }}
{{ $item['body'] }}
@if (filled($item['supportingMessage'] ?? null))
{{ $item['supportingMessage'] }}
@endif @if (filled($item['actionLabel'] ?? null))
@if (filled($item['actionUrl'] ?? null)) {{ $item['actionLabel'] }} @else
{{ $item['actionLabel'] }}
@endif
@endif @if (filled($item['helperText'] ?? null))
{{ $item['helperText'] }}
@endif
{{ $item['badge'] }}
@endforeach
@endif