{% extends 'layout/base.twig' %} {% set title = 'Edit Domain' %} {% set pageTitle = 'Edit Domain' %} {% set pageDescription = domain.domain_name %} {% set pageIcon = 'fas fa-edit' %} {% block content %}

Domain Settings

{{ csrf_field() }}

Domain name cannot be changed after creation

Type any custom tag (letters, numbers, hyphens). Press Enter or , to add.

💡 Available Tags:

{% for tag in availableTags %} {% endfor %}

Change the notification group or remove it to stop receiving alerts

Set a manual expiration date if WHOIS/RDAP doesn't provide one (e.g., for .nl domains). This will be used for expiration notifications and status calculations.

{% if domain.expiration_date %}

Current expiration date: {{ domain.expiration_date|date('M j, Y') }}

{% else %}

No expiration date available from WHOIS/RDAP. Consider setting a manual date.

{% endif %}
Cancel
View Details
{{ csrf_field() }}
{{ csrf_field() }}
{% endblock %} {% block scripts %} {% endblock %}