@extends('vendor.installer.layouts.master') @section('title', 'Server Requirements') @section('container') @php $hasErrors = !$phpSupportInfo['supported'] || isset($requirements['errors']); @endphp
@if ($hasErrors)
Some requirements failed to meet the minimum specifications. Please fix the issues before proceeding.
@else
All system requirements are met! You can proceed to the next step.
@endif
@if (!$hasErrors) Next Step @else @endif
@stop @section('scripts') @endsection