@extends('install.layout') @section('content')
{{ ___('Requirements') }}
@foreach($results['extensions'] as $type => $extension) @foreach($extension as $name => $enabled) @endforeach @endforeach
{{ mb_strtoupper($type) }} @if($type == 'php') {{ config('install.php_version') }}+ @endif @if($type == 'php') @if(version_compare(PHP_VERSION, config('installer.php_version')) >= 0) @else @endif @endif
{{ $name }} @if($enabled) @else @endif
@if(isset($results['errors']) == false) @endif
@endsection