@php $ratingStatus = ['strong' => 'online', 'fair' => 'warning', 'weak' => 'offline']; $scoreColor = fn (int $s) => $s >= 90 ? 'text-online' : ($s >= 60 ? 'text-warning' : 'text-offline'); @endphp
{{ __('posture.eyebrow') }}
{{ __('posture.subtitle') }}
{{ __('posture.fleet_avg') }}
{{ $average }}/100
{{ __('posture.no_servers_title') }}
{{ __('posture.no_servers') }}
{{ __('posture.scan_hint') }}
{{ $r['score'] }}
{{ __('posture.passed_of', ['passed' => $r['passed'], 'applicable' => $r['applicable']]) }}