Proxy type: {{ $this->server->extra_attributes->proxy }}
{{-- Proxy is being checked against DB information --}}
@if (!$this->is_check_proxy_complete)
@include('livewire.server._proxy.loading')
@endif
@if ($this->is_check_proxy_complete && !$this->is_proxy_settings_in_sync)
@include('livewire.server._proxy.problems')
@endif
@include('livewire.server._proxy.options')
@else
{{-- There is no Proxy installed --}}
No proxy installed.