2024-06-05 13:14:44 +00:00
|
|
|
<form wire:submit="save" class="flex items-end gap-2">
|
2025-10-16 11:10:29 +00:00
|
|
|
<x-forms.input helper="One domain per preview." label="Domains for {{ str($serviceName)->headline() }}" id="domain"
|
|
|
|
|
canGate="update" :canResource="$preview->application"></x-forms.input>
|
2024-06-05 13:14:44 +00:00
|
|
|
<x-forms.button type="submit">Save</x-forms.button>
|
|
|
|
|
<x-forms.button wire:click="generate">Generate
|
|
|
|
|
Domain</x-forms.button>
|
2025-10-16 11:10:29 +00:00
|
|
|
</form>
|