@foreach ($whitelist_profile->entries()->where('status', 1)->get() as $entry)
{{ $entry->name }}
@if ($entry->ipv4)
{{ $entry->ipv4 }}
@endif
@if ($entry->ipv6)
{{ $entry->ipv6 }}
@endif
@if ($entry->hostname)
{{ $entry->hostname }}
@endif
@endforeach