{{ __("Default PHP Cli") }} {{ __("You can see and manage your PHP installations") }}
PHP {{ $defaultPHP->version }} @include("services.partials.status", ["status" => $defaultPHP->status])
{{ __("Change") }} @foreach ($phps as $php) @if ($php->version != $defaultPHP->version) PHP {{ $php->version }} @endif @endforeach @if (count($phps) == 1) {{ __("No other versions") }} @endif