@if($allPassed)

Your server meets all the requirements for {{config('app.name')}}. Click continue button below to proceed with the installation.

@else

We've found some issues that need to be fixed before you can proceed with the installation.

@endif @foreach($results as $groupName => $group)
{{$groupName}}
@if($group['allPassed']) @else @endif
@if(!$group['allPassed']) @foreach($group['items'] as $item) @if(!$item['passes'])

{!! $item['errorMessage'] !!}

@endif @endforeach @endif
@endforeach {{ $allPassed ? 'Continue' : 'Check again' }}