@extends('layouts.app') @section('title', 'Add Custom Domain') @section('content')

Add Custom Domain

Connect your own domain to your sales pages

@if($errors->any())
@endif
@csrf

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

This page will be shown when visitors access your domain root (e.g., yourdomain.com)

Primary domain will be used as the default domain for all your sales pages

DNS Configuration Required

After adding your domain, you'll need to:

  • Configure DNS records at your domain registrar
  • Wait for DNS propagation (can take up to 24-48 hours)
  • Verify domain ownership
Cancel
@endsection