<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag;

$__newAttributes = [];
$__propNames = \Illuminate\View\ComponentAttributeBag::extractPropNames((['selected']));

foreach ($attributes->all() as $__key => $__value) {
    if (in_array($__key, $__propNames)) {
        $$__key = $$__key ?? $__value;
    } else {
        $__newAttributes[$__key] = $__value;
    }
}

$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);

unset($__propNames);
unset($__newAttributes);

foreach (array_filter((['selected']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
    $$__key = $$__key ?? $__value;
}

$__defined_vars = get_defined_vars();

foreach ($attributes->all() as $__key => $__value) {
    if (array_key_exists($__key, $__defined_vars)) unset($$__key);
}

unset($__defined_vars, $__key, $__value); ?>

<div class="w-full border-b border-gray-200">
    
    <div class="flex items-center justify-start gap-8">
        
        <a href="<?php echo e(route('configurations.environments-types.index')); ?>"
            class="relative pb-2 transition-colors duration-200
            <?php echo e($selected === 'environments-types'
                ? 'text-gray-800 font-semibold'
                : 'text-gray-500 font-normal hover:text-gray-700'); ?>">
            <span>Tipos de entornos</span>
            <?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($selected === 'environments-types'): ?>
                <div class="absolute bottom-0 left-0 right-0 h-1 bg-3ip"></div>
            <?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
        </a>

        
        <a href="<?php echo e(route('configurations.roles.index')); ?>"
            class="relative pb-2 transition-colors duration-200
            <?php echo e($selected === 'roles'
                ? 'text-gray-800 font-semibold'
                : 'text-gray-500 font-normal hover:text-gray-700'); ?>">
            <span>Roles</span>
            <?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($selected === 'roles'): ?>
                <div class="absolute bottom-0 left-0 right-0 h-1 bg-3ip"></div>
            <?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
        </a>

        
        <a href="<?php echo e(route('configurations.permissions.index')); ?>"
            class="relative pb-2 transition-colors duration-200
            <?php echo e($selected === 'permissions'
                ? 'text-gray-800 font-semibold'
                : 'text-gray-500 font-normal hover:text-gray-700'); ?>">
            <span>Permisos del sistema</span>
            <?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($selected === 'permissions'): ?>
                <div class="absolute bottom-0 left-0 right-0 h-1 bg-3ip"></div>
            <?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
        </a>

        
        <a href="<?php echo e(route('configurations.products.index')); ?>"
            class="relative pb-2 transition-colors duration-200
            <?php echo e($selected === 'products'
                ? 'text-gray-800 font-semibold'
                : 'text-gray-500 font-normal hover:text-gray-700'); ?>">
            <span>Productos</span>
            <?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($selected === 'products'): ?>
                <div class="absolute bottom-0 left-0 right-0 h-1 bg-3ip"></div>
            <?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
        </a>
    </div>
</div><?php /**PATH /var/www/html/resources/views/livewire/configurations/components/menu.blade.php ENDPATH**/ ?>