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

Add New Domain

Monitor your website's security and trust seals

Domain Information

Back to Dashboard
@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('domain')

{{ $message }}

@enderror

Enter your domain name without 'http://' or 'https://' (e.g., example.com)

What happens next?

  • • We'll scan your domain for security certificates
  • • Generate a security score based on SSL status
  • • Add your domain to the monitoring dashboard
Cancel

Need help? Check our documentation or contact support.

@endsection