@extends('layouts.new_theme') @section('content')

{{ __('DNS Monitor') }}

{{ __('Edit Server') }}

{{ __('You can update a server from here') }}.

@include('common.demo') @include('common.errors')

{{ __('Edit Server') }}

@csrf
@error('url')
{{ $message }}
@enderror {{ __('eg1: google.com (without https or http)') }} {{ __('eg2: 134.88.9.1') }} {{ __('Server Address can be website domain or IP addres.') }}
@error('interval')
{{ $message }}
@enderror {{ __('Here you need to select the time interval you want to check the status of the server') }}.
@if ($testFailed = Session::get('test_failed'))
@endif @if (env('APP_ENV') != 'demo')
@endif
@endsection