@props(['moduleKey' => null, 'selected' => null, 'name' => 'location_id']) @php $resolvedModule = $moduleKey ?: ($workingLocationUi['module_key'] ?? location_module_key()); $show = shouldShowLocationDropdown($resolvedModule); @endphp @if($show)
@error($name)
{{ $message }}
@enderror
@endif