PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 281dd12217999a26fabfd0e6cf79aa3a.php
<?php foreach ((['component', 'tableName']) as $__key => $__value) { $__consumeVariable = is_string($__key) ? $__key : $__value; $$__consumeVariable = is_string($__key) ? $__env->getConsumableComponentData($__key, $__value) : $__env->getConsumableComponentData($__value); } ?> <!--[if BLOCK]><![endif]--><?php if($component->isTailwind()): ?> <div> <!--[if BLOCK]><![endif]--><?php if($component->sortingPillsAreEnabled() && $component->hasSorts()): ?> <div class="mb-4 px-4 md:p-0" x-cloak x-show="!currentlyReorderingStatus"> <small class="text-gray-700 dark:text-white"><?php echo app('translator')->get('Applied Sorting'); ?>:</small> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $component->getSorts(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $columnSelectName => $direction): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php ($column = $component->getColumnBySelectName($columnSelectName) ?? $component->getColumnBySlug($columnSelectName)); ?> <?php if(is_null($column)) continue; ?> <?php if($column->isHidden()) continue; ?> <?php if($this->columnSelectIsEnabled() && ! $this->columnSelectIsEnabledForColumn($column)) continue; ?> <span wire:key="<?php echo e($tableName); ?>-sorting-pill-<?php echo e($columnSelectName); ?>" class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium leading-4 bg-indigo-100 text-indigo-800 capitalize dark:bg-indigo-200 dark:text-indigo-900" > <?php echo e($column->getSortingPillTitle()); ?>: <?php echo e($column->getSortingPillDirection($component, $direction)); ?> <button wire:click="clearSort('<?php echo e($columnSelectName); ?>')" type="button" class="flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justify-center text-indigo-400 hover:bg-indigo-200 hover:text-indigo-500 focus:outline-none focus:bg-indigo-500 focus:text-white" > <span class="sr-only"><?php echo app('translator')->get('Remove sort option'); ?></span> <?php if (isset($component)) { $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c = $component; } ?> <?php $component = BladeUI\Icons\Components\Svg::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('heroicon-m-x-mark'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(BladeUI\Icons\Components\Svg::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'h-3 w-3']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c)): ?> <?php $component = $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c; ?> <?php unset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c); ?> <?php endif; ?> </button> </span> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <button wire:click.prevent="clearSorts" class="focus:outline-none active:outline-none" > <span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-100 text-gray-800 dark:bg-gray-200 dark:text-gray-900"> <?php echo app('translator')->get('Clear'); ?> </span> </button> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <?php elseif($component->isBootstrap4()): ?> <div> <!--[if BLOCK]><![endif]--><?php if($component->sortingPillsAreEnabled() && $component->hasSorts()): ?> <div class="mb-3" x-cloak x-show="!currentlyReorderingStatus"> <small><?php echo app('translator')->get('Applied Sorting'); ?>:</small> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $component->getSorts(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $columnSelectName => $direction): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php ($column = $component->getColumnBySelectName($columnSelectName) ?? $component->getColumnBySlug($columnSelectName)); ?> <?php if(is_null($column)) continue; ?> <?php if($column->isHidden()) continue; ?> <?php if($this->columnSelectIsEnabled() && ! $this->columnSelectIsEnabledForColumn($column)) continue; ?> <span wire:key="<?php echo e($tableName . '-sorting-pill-' . $columnSelectName); ?>" class="badge badge-pill badge-info d-inline-flex align-items-center" > <?php echo e($column->getSortingPillTitle()); ?>: <?php echo e($column->getSortingPillDirection($component, $direction)); ?> <a href="#" wire:click="clearSort('<?php echo e($columnSelectName); ?>')" class="text-white ml-2" > <span class="sr-only"><?php echo app('translator')->get('Remove sort option'); ?></span> <?php if (isset($component)) { $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c = $component; } ?> <?php $component = BladeUI\Icons\Components\Svg::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('heroicon-m-x-mark'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(BladeUI\Icons\Components\Svg::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['style' => 'width:1em;height:1em']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c)): ?> <?php $component = $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c; ?> <?php unset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c); ?> <?php endif; ?> </a> </span> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <a href="#" wire:click.prevent="clearSorts" class="badge badge-pill badge-light" > <?php echo app('translator')->get('Clear'); ?> </a> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <?php elseif($component->isBootstrap5()): ?> <div> <!--[if BLOCK]><![endif]--><?php if($component->sortingPillsAreEnabled() && $component->hasSorts()): ?> <div class="mb-3" x-cloak x-show="!currentlyReorderingStatus"> <small><?php echo app('translator')->get('Applied Sorting'); ?>:</small> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $component->getSorts(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $columnSelectName => $direction): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php ($column = $component->getColumnBySelectName($columnSelectName) ?? $component->getColumnBySlug($columnSelectName)); ?> <?php if(is_null($column)) continue; ?> <?php if($column->isHidden()) continue; ?> <?php if($this->columnSelectIsEnabled() && ! $this->columnSelectIsEnabledForColumn($column)) continue; ?> <span wire:key="<?php echo e($tableName); ?>-sorting-pill-<?php echo e($columnSelectName); ?>" class="badge rounded-pill bg-info d-inline-flex align-items-center" > <?php echo e($column->getSortingPillTitle()); ?>: <?php echo e($column->getSortingPillDirection($component, $direction)); ?> <a href="#" wire:click="clearSort('<?php echo e($columnSelectName); ?>')" class="text-white ms-2" > <span class="visually-hidden"><?php echo app('translator')->get('Remove sort option'); ?></span> <?php if (isset($component)) { $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c = $component; } ?> <?php $component = BladeUI\Icons\Components\Svg::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('heroicon-m-x-mark'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(BladeUI\Icons\Components\Svg::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['style' => 'width:1em;height:1em']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c)): ?> <?php $component = $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c; ?> <?php unset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c); ?> <?php endif; ?> </a> </span> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <a href="#" wire:click.prevent="clearSorts" class="badge rounded-pill bg-light text-dark text-decoration-none" > <?php echo app('translator')->get('Clear'); ?> </a> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php /**PATH /home/rwabteecom/public_html/resources/views/vendor/livewire-tables/components/tools/sorting-pills.blade.php ENDPATH**/ ?>
SAVE
CANCEL