System Requirements

@foreach($checks as $label => $ok)
{{ $label }} @if($ok) ✓ OK @else ✗ Missing @endif
@endforeach
@php $allOk = collect($checks)->every(fn($v) => $v); @endphp
← Back Continue →