The following domain(s) are already in use by other resources. Using the same domain for
multiple resources can cause routing conflicts and unpredictable behavior.
@foreach ($conflicts as $conflict)
{{ $conflict['domain'] }} is used by
@if ($conflict['resource_type'] === 'instance')
{{ $conflict['resource_name'] }}
@else
{{ $conflict['resource_name'] }}
@endif
({{ $conflict['resource_type'] }})