PATH:
home
/
rwabteecom
/
.trash
/
Editing: cc887a19fd6387a1716e9a349c7e3af8.php
<?php foreach ((['component']) 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(['customAttributes' => [], 'displayMinimisedOnReorder' => true]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['customAttributes' => [], 'displayMinimisedOnReorder' => true]); ?> <?php foreach (array_filter((['customAttributes' => [], 'displayMinimisedOnReorder' => true]), '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->isTailwind()): ?> <tr <?php echo e($attributes ->merge($customAttributes) ->class(['bg-white dark:bg-gray-700 dark:text-white' => $customAttributes['default'] ?? true]) ->class(['laravel-livewire-tables-reorderingMinimised']) ->except('default')); ?> > <?php echo e($slot); ?> </tr> <?php elseif($component->isBootstrap()): ?> <tr <?php echo e($attributes ->merge($customAttributes) ->class(['' => $customAttributes['default'] ?? true]) ->class(['laravel-livewire-tables-reorderingMinimised']) ->except('default')); ?> > <?php echo e($slot); ?> </tr> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php /**PATH /home/rwabteecom/public_html/resources/views/vendor/livewire-tables/components/table/tr/plain.blade.php ENDPATH**/ ?>
SAVE
CANCEL