PHP Version (Min 8.3)
{{ $requirements['php']['current'] }} {!! $requirements['php']['supported'] ? '' : '' !!}
@foreach($requirements['paths'] as $label => $ok)
Writable: {{ $label }}
{{ $ok ? 'OK' : 'Error' }} {!! $ok ? '' : '' !!}
@endforeach
@php $missing = array_keys($requirements['ext'], false); @endphp
@if(count($missing) > 0)
Missing Ext: {{ implode(', ', $missing) }}
@endif