@foreach ($requirements['requirements'] as $type => $requirement) @if ($type == 'php') @endif @foreach ($requirements['requirements'][$type] as $extention => $enabled) @endforeach @endforeach
{{ ucfirst($type) }} ( {{ $phpSupportInfo['minimum'] }} required)
{{ $phpSupportInfo['current'] }}
{{ $extention }}
@if (!$enabled) view Link @endif