Policies
@foreach ($supportedPolicyTypes as $row) @endforeach
Type Label Category Dependencies Restore Risk
{{ $row['type'] ?? '' }} {{ $row['label'] ?? '' }} {{ $row['category'] ?? '' }} {{ ($row['dependencies'] ?? false) ? '✅' : '—' }} {{ $row['restore'] ?? 'enabled' }} {{ $row['risk'] ?? 'normal' }}
Foundations
@foreach ($foundationTypes as $row) @endforeach
Type Label Category Dependencies Restore Risk
{{ $row['type'] ?? '' }} {{ $row['label'] ?? '' }} {{ $row['category'] ?? '' }} {{ ($row['dependencies'] ?? false) ? '✅' : '—' }} {{ $row['restore'] ?? 'enabled' }} {{ $row['risk'] ?? 'normal' }}