PATH:
home
/
rwabteecom
/
public_html_old
/
storage
/
framework
/
views
/
Editing: 5417334ac5bd3f269779ea43c8a631c2.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); } ?> <?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['rowIndex', 'hidden' => false]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['rowIndex', 'hidden' => false]); ?> <?php foreach (array_filter((['rowIndex', 'hidden' => false]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $__defined_vars = get_defined_vars(); ?> <?php foreach ($attributes as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> <?php unset($__defined_vars); ?> <!--[if BLOCK]><![endif]--><?php if($component->collapsingColumnsAreEnabled() && $component->hasCollapsedColumns()): ?> <!--[if BLOCK]><![endif]--><?php if($component->isTailwind()): ?> <td x-data="{open:false}" wire:key="<?php echo e($tableName); ?>-collapsingIcon-<?php echo e($rowIndex); ?>-<?php echo e(md5(now())); ?>" <?php echo e($attributes ->merge(['class' => 'p-3 table-cell text-center ']) ->class(['sm:hidden' => !$component->shouldCollapseAlways() && !$component->shouldCollapseOnTablet()]) ->class(['md:hidden' => !$component->shouldCollapseAlways() && !$component->shouldCollapseOnTablet() && $component->shouldCollapseOnMobile()]) ->class(['lg:hidden' => !$component->shouldCollapseAlways() && ($component->shouldCollapseOnTablet() || $component->shouldCollapseOnMobile())])); ?> :class="currentlyReorderingStatus ? 'laravel-livewire-tables-reorderingMinimised' : ''" > <!--[if BLOCK]><![endif]--><?php if(! $hidden): ?> <button x-cloak x-show="!currentlyReorderingStatus" x-on:click.prevent="$dispatch('toggle-row-content', {'row': <?php echo e($rowIndex); ?>}); open = !open" > <?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-o-plus-circle'); ?> <?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(['x-cloak' => true,'x-show' => '!open','class' => 'text-green-600 h-6 w-6']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c)): ?> <?php $component = $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c; ?> <?php unset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c); ?> <?php endif; ?> <?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-o-minus-circle'); ?> <?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(['x-cloak' => true,'x-show' => 'open','class' => 'text-yellow-600 h-6 w-6']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c)): ?> <?php $component = $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c; ?> <?php unset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c); ?> <?php endif; ?> </button> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </td> <?php elseif($component->isBootstrap()): ?> <td x-data="{open:false}" wire:key="<?php echo e($tableName); ?>-collapsingIcon-<?php echo e($rowIndex); ?>-<?php echo e(md5(now())); ?>" <?php echo e($attributes ->class(['d-sm-none' => !$component->shouldCollapseAlways() && !$component->shouldCollapseOnTablet()]) ->class(['d-md-none' => !$component->shouldCollapseAlways() && !$component->shouldCollapseOnTablet() && $component->shouldCollapseOnMobile()]) ->class(['d-lg-none' => !$component->shouldCollapseAlways() && ($component->shouldCollapseOnTablet() || $component->shouldCollapseOnMobile())])); ?> :class="currentlyReorderingStatus ? 'laravel-livewire-tables-reorderingMinimised' : ''" > <!--[if BLOCK]><![endif]--><?php if(! $hidden): ?> <button x-cloak x-show="!currentlyReorderingStatus" x-on:click.prevent="$dispatch('toggle-row-content', {'row': <?php echo e($rowIndex); ?>});open = !open" class="p-0" style="background:none;border:none;" > <?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-o-plus-circle'); ?> <?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(['x-cloak' => true,'x-show' => '!open','class' => 'text-success','style' => 'width:1.4em;height:1.4em;']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c)): ?> <?php $component = $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c; ?> <?php unset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c); ?> <?php endif; ?> <?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-o-minus-circle'); ?> <?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(['x-cloak' => true,'x-show' => 'open','class' => 'text-warning','style' => 'width:1.4em;height:1.4em;']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c)): ?> <?php $component = $__componentOriginal643fe1b47aec0b76658e1a0200b34b2c; ?> <?php unset($__componentOriginal643fe1b47aec0b76658e1a0200b34b2c); ?> <?php endif; ?> </button> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </td> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php /**PATH /home/rwabteecom/public_html/resources/views/vendor/livewire-tables/components/table/td/collapsed-columns.blade.php ENDPATH**/ ?>
SAVE
CANCEL