@extends('layouts.app') @section('breadcrumbs') @endsection @section('content') @include('partials.messages')
View {{ $whitelist_profile->name }} whitelist
@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
@endsection('content')