🌐 Segment: {{ $segment->name }}

Subnetz: {{ $segment->subnet }} @if($segment->vlan_id)  ·  VLAN {{ $segment->vlan_id }} @endif  ·  {{ $hosts->count() }} Hosts  ·  {{ $hosts->where('status', 'online')->count() }} online
Exportiert: {{ now()->format('d.m.Y H:i') }} @if($segment->description)  ·  {{ $segment->description }} @endif
@forelse($hosts as $host) @empty @endforelse
Status IP-Adresse MAC-Adresse Hostname Hersteller Ping Bemerkung
{{ $host->status === 'online' ? '● Online' : '○ Offline' }} {{ $host->ip_address }} {{ $host->mac_address ?? '—' }} {{ $host->hostname ?? '—' }} {{ $host->mac_vendor ?? '—' }} {{ $host->ping_ms !== null ? $host->ping_ms . ' ms' : '—' }} {{ $notes[$host->ip_address] ?? '' }}
Keine Hosts vorhanden.