{{ __("Installed PHPs") }}
{{ __("You can see and manage your PHP installations") }}
@include('livewire.php.partials.install-new-php')
@if(count($phps) > 0)
@include('livewire.php.partials.uninstall-php')
@include('livewire.php.partials.update-php-ini')
@include('livewire.php.partials.install-extension')
@else
{{ __("You don't have any PHP version installed!") }}
@endif