{{ $label }}
{{ $val }}
| Status | IP-Adresse | MAC-Adresse | Hostname | Hersteller | Ping | Ports |
|---|---|---|---|---|---|---|
| @if($host->device) {{ $host->ip_address }} @else {{ $host->ip_address }} @endif | {{ $host->mac_address ?? '—' }} | {{ $host->hostname ?? '—' }} | {{ $host->mac_vendor ?? '—' }} | {{ $host->ping_ms ? $host->ping_ms . ' ms' : '—' }} | {{ $host->ports ?? '—' }} |