@extends('layouts.app') @section('htmlheader_title') @if($o->exists) Update @else Add @endif Domain @endsection @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>
@error('dnsdomain') {{ $message }} @enderror
public))checked @endif> public))checked @endif>

Home Page

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