<div>
    <?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if(!$embedded): ?>
        <?php
$__split = function ($name, $params = []) {
    return [$name, $params];
};
[$__name, $__params] = $__split('components.clean-header', ['title' => 'Nuevo entorno']);

$key = null;

$key ??= \Livewire\Features\SupportCompiledWireKeys\SupportCompiledWireKeys::generateKey('lw-2758510012-0', null);

$__html = app('livewire')->mount($__name, $__params, $key);

echo $__html;

unset($__html);
unset($__name);
unset($__params);
unset($__split);
if (isset($__slots)) unset($__slots);
?>
    <?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>

    <div class="w-full px-20 <?php echo e($embedded ? 'pt-8' : 'pt-32'); ?> pb-4">
        <div class="mx-auto max-w-3xl sm:px-6 lg:px-8">
            <div class="w-full flex flex-wrap items-center justify-center mt-8 rounded-lg px-8 py-12">
                <div class="w-full flex items-center justify-center flex-col">
                    <h1 class="text-4xl font-bold mb-6 text-center">Entorno creado con éxito</h1>

                    
                    <div class="mb-8">
                        <img src="<?php echo e(Storage::url('images_static/like_hand.svg')); ?>" alt="Entorno creado con éxito" class="w-60 h-60">
                    </div>

                    
                    <div class="w-full flex items-center justify-center gap-4 mt-8">
                        <?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($environment->client): ?>
                            <a href="<?php echo e(route('clients.show', $environment->client)); ?>"
                                class="bg-white hover:bg-gray-100 border border-gray-300 text-gray-700 px-6 py-2 rounded-lg">
                                Volver
                            </a>
                            <a href="<?php echo e(route('license_tokens.associate-license', ['client' => $environment->client, 'environment' => $environment])); ?>"
                                class="bg-3ip hover:bg-3ip-light text-white px-6 py-2 rounded-lg">
                                Asociar licencia
                            </a>
                        <?php else: ?>
                            <a href="<?php echo e(route('environments.index')); ?>"
                                class="bg-white hover:bg-gray-100 border border-gray-300 text-gray-700 px-6 py-2 rounded-lg">
                                Volver
                            </a>
                        <?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div><?php /**PATH /var/www/html/resources/views/livewire/environments/components/success.blade.php ENDPATH**/ ?>