@extends('layouts.app') @section('htmlheader_title') @if($o->exists) Update @else Add @endif Domain @endsection @php use App\Models\Echoarea; @endphp @section('content')
@csrf

@if($o->exists) Update @else Add @endif Domain

@error('name') {{ $message }} @else A name is required. @enderror
active))checked @endif> active))checked @endif>
@if ($o->zones?->count() > 1)
flatten))checked @endif> flatten))checked @endif>
@endif
@if ($o->isManaged()) @if ($o->nodelist_filename)
@else No Nodelist file @endif @else This domain is not configured here. @endif
@error('dnsdomain') {{ $message }} @enderror
public))checked @endif> public))checked @endif>
accept_app))checked @endif> accept_app))checked @endif>
@if ($o->nodelist_filename)
@endif
@error('nodestatus_id') {{ $message }} @enderror Add a NEW Echoarea. This echoarea is used to send node status messages.

Home Page

Cancel @can('admin',$o) @endcan
@endsection @section('page-css') @css('simplemde') @css('select2') @append @section('page-scripts') @js('simplemde') @js('select2') @can('admin',$o) @endcan @append