@props([ 'conflicts' => [], 'showModal' => false, 'confirmAction' => 'confirmDomainUsage', ]) @if ($showModal && count($conflicts) > 0)
Warning: Domain Conflict Detected
{{ $slot ?? '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.' }}
What will happen if you continue?
@if (isset($consequences)) {{ $consequences }} @else