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

{{ __('Domain Monitor') }}

{{ __('Add Domain') }}

{{ __('You can add a domain from here') }}.

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

{{ __('Add Domain') }}

@csrf
@error('name')
{{ $message }}
@enderror {{ __('Here you can enter a name of your choice for your domain') }}.
@error('url')
{{ $message }}
@enderror {{ __('Here you can enter the domain name') }}.
Eg: {{ __('modulespanel.com') }}
@error('email')
{{ $message }}
@enderror Eg: {{ Auth::user()->email }} {{ __('Here you can enter email id, To this email id status update emails will be sent.') }}
{{ __('If no email is mentioned here, mail will be sent to') }}
{{ Auth::user()->email }}
@endsection