@extends('layouts.customer') @section('title', 'Add Tracking Domain') @section('page-title', 'Add Tracking Domain') @section('content')
@csrf
@error('domain')

{{ $message }}

@enderror

Enter the domain you want to use for tracking links (e.g., track.example.com)

Cancel @customercan('domains.tracking_domains.permissions.can_create_tracking_domains') @endcustomercan
@endsection