@extends('layouts.app') @section('htmlheader_title') @if($o->exists) Update @else Add @endif Domain @endsection @section('content')

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

@csrf
@error('name') {{ $message }} @else A name is required. @enderror
@error('dnsdomain') {{ $message }} @enderror
active)checked @endif> active)checked @endif>
Cancel
@endsection