@extends('layouts.app') @section('breadcrumbs') @endsection @section('content') @include('partials.messages')
Create Whitelist Entry
{{ csrf_field() }} {{ old('name') }}
{{ old('ipv4') }}
{{ old('ipv6') }}
{{ old('hostname') }}
{{ old('comments') }} {{ old('notes') }} {{ old('enabled') }}
@endsection('content')