{{ __("Install PHP") }} @foreach (config("core.php_versions") as $php) @if (! $phps->whereIn("version", $php)->first() && $php !== "none") PHP {{ $php }} @endif @endforeach