@extends('install.view')
@section('req_step')
active
@endsection
@section('content')
@foreach ( $requirements as $type => $requirement)
-
{{ ucfirst($type) }}
@if ($type == 'php')
(version {{ $phpSupportInfo['minimum'] }} required)
{{ $phpSupportInfo['current'] }}
@endif
@foreach ($requirement as $extention => $enabled)
-
{{ $extention }}
@endforeach
@endforeach
@if (empty($errors) && $phpSupportInfo['supported'])
@else
@endif
@endsection