@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
@endsection @section('page-scripts') @append