@extends('layouts.app') @section('title', 'Add Domain - TrustSeal Portal') @section('content')
Add New Domain
@csrf
@error('domain_name')
{{ $message }}
@enderror
Enter the full URL of your website
Add a TXT record to your DNS
Upload a verification file
Add a meta tag to your HTML
Cancel
@endsection