@if($this->status !== 'none')
@if($this->status == 'OK')
{{ $this->latency }}ms
{{ trans('webtools/general.copy') }}
@else
{{ trans('webtools/tools/ping.error-text') }}
{{ trans('webtools/tools/ping.error') }}
@endif
@endif