{{ __("Installed PHPs") }} {{ __("You can see and manage your PHP installations") }}
@include("php.partials.install-new-php")
@if (count($phps) > 0) @else
{{ __("You don't have any PHP version installed!") }}
@endif
@include("php.partials.update-php-ini", ["type" => \App\Enums\PHPIniType::CLI]) @include("php.partials.update-php-ini", ["type" => \App\Enums\PHPIniType::FPM]) @include("php.partials.install-extension")