{{ __("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") @include("php.partials.install-extension")