{{ __("Change PHP Version") }} {{ __("You can change your site's PHP version here") }}
@foreach($site->server->installedPHPVersions() as $php) @endforeach @error('version') @enderror
@if (session('status') === 'changing-php-version')

{{ __('Updating...') }}

@endif @if (session('status') === 'change-site-php-finished')

{{ __('Updated!') }}

@endif @if (session('status') === 'change-site-php-failed')

{{ __('Failed!') }}

@endif {{ __('Save') }}