@push('alpine-components') @endpush
@if($this->status == 'success') @foreach($this->ips as $ip)
{{ $ip }}
{{ trans('webtools/general.copy') }}
@endforeach @elseif($this->status == 'error')
{{ $this->error }}
{{ trans('webtools/tools/hostname-to-ip.error') }}
@endif