@php /** @var ?\App\Models\Tenant $tenant */ /** @var ?array $reportSummary */ /** @var ?string $lastScanAt */ /** @var int $highPrivilegeCount */ /** @var bool $canManage */ /** @var bool $canView */ /** @var ?string $viewReportUrl */ @endphp @if ($canView && $viewReportUrl) View latest report @endif @if ($reportSummary === null)
No scan performed yet.
@else
Last scan
{{ $lastScanAt }}
High-privilege assignments
{{ $highPrivilegeCount }}
@endif @if ($canManage)
Scan now Scanning…
@endif