
<?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->any($permissions)): ?>
<div class="align-content-end" style="width: 1px;">
    <?php if (isset($component)) { $__componentOriginalfc08e47099b658bf3489ee5abf9b40d3b6748e6d = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\Dropdown::class, [] + (isset($attributes) ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('dropdown'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $constructor = (new ReflectionClass(App\View\Components\Dropdown::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>

        <?php $__currentLoopData = $permissions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $permission): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <?php ($name=explode('.', $permission)[1]); ?>
            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check($permission)): ?>
                <?php if (isset($component)) { $__componentOriginal2bbefae377ea8957276d121bb59d65b0ddfe5322 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\Dropdown\Item::class, ['label' => __('pagination.'.$name),'icon' => $name] + (isset($attributes) ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('dropdown.item'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $constructor = (new ReflectionClass(App\View\Components\Dropdown\Item::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['href' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route($permission, $id))]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal2bbefae377ea8957276d121bb59d65b0ddfe5322)): ?>
<?php $component = $__componentOriginal2bbefae377ea8957276d121bb59d65b0ddfe5322; ?>
<?php unset($__componentOriginal2bbefae377ea8957276d121bb59d65b0ddfe5322); ?>
<?php endif; ?>
            <?php endif; ?>            
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
     <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalfc08e47099b658bf3489ee5abf9b40d3b6748e6d)): ?>
<?php $component = $__componentOriginalfc08e47099b658bf3489ee5abf9b40d3b6748e6d; ?>
<?php unset($__componentOriginalfc08e47099b658bf3489ee5abf9b40d3b6748e6d); ?>
<?php endif; ?>
</div>
<?php endif; ?>


<?php /**PATH /var/www/html/beta/elv3/resources/views/components/table-actions.blade.php ENDPATH**/ ?>