<div>
    <?php
$__split = function ($name, $params = []) {
    return [$name, $params];
};
[$__name, $__params] = $__split('components.clean-header', ['title' => 'Asociar licencias']);

$key = null;

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

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

echo $__html;

unset($__html);
unset($__name);
unset($__params);
unset($__split);
if (isset($__slots)) unset($__slots);
?>

    <div class="w-full px-20 pt-16 pb-4">
        <div class="w-full flex flex-wrap items-center justify-between mt-8 rounded-lg bg-white border border-gray-200 px-8 py-4">
            <div class="w-full flex items-center justify-center flex-col">
                <h1 class="text-4xl font-bold">Asociar licencias</h1>
                <p class="text-gray-500 text-sm">
                    <?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($environment): ?>
                        Asigna una licencia al entorno <strong><?php echo e($environment->name); ?></strong> para que pueda usar los productos de la plataforma.
                    <?php else: ?>
                        Asigna una licencia al cliente para que pueda usar los productos de la plataforma.
                    <?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
                </p>
            </div>
            <div class="w-full flex items-end justify-between mt-8">
                <div class="font-bold text-lg">
                    Listado de licencias
                </div>
                <div class="w-1/3">
                    <input type="text" wire:model.live.debounce.300ms="search" class="w-full rounded-lg border border-gray-200 px-4 py-2" placeholder="Buscar">
                </div>
            </div>
            <?php
$__split = function ($name, $params = []) {
    return [$name, $params];
};
[$__name, $__params] = $__split('license-tokens.components.licenses-table', ['client' => $client,'showRadio' => true,'selectedTokenIdProperty' => 'selectedTokenId','search' => $search]);

$key = null;

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

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

echo $__html;

unset($__html);
unset($__name);
unset($__params);
unset($__split);
if (isset($__slots)) unset($__slots);
?>
            <div class="w-full flex items-center justify-end mt-8">
                <?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($environment): ?>
                    <a href="<?php echo e(route('environments.index')); ?>" class="bg-white hover:bg-gray-100 px-4 py-2">Cancelar</a>
                <?php else: ?>
                    <a href="<?php echo e(route('clients.show', $client)); ?>" class="bg-white hover:bg-gray-100 px-4 py-2">Cancelar</a>
                <?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
                <button wire:click="associate" class="bg-3ip hover:bg-3ip-light text-white px-4 py-2 rounded-lg ml-4">Asociar licencia</button>
            </div>
        </div>
    </div>
</div><?php /**PATH /var/www/html/resources/views/livewire/license-tokens/associate-license.blade.php ENDPATH**/ ?>