File: //home/posscale/www/printmanager/storage/framework/views/5cab7e3f0f3a86a6f47a320ad0ef2bb7.php
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?>
<?php foreach($attributes->onlyProps([
'footer' => null,
'header' => null,
'headerGroups' => null,
'reorderable' => false,
'reorderAnimationDuration' => 300,
]) as $__key => $__value) {
$$__key = $$__key ?? $__value;
} ?>
<?php $attributes = $attributes->exceptProps([
'footer' => null,
'header' => null,
'headerGroups' => null,
'reorderable' => false,
'reorderAnimationDuration' => 300,
]); ?>
<?php foreach (array_filter(([
'footer' => null,
'header' => null,
'headerGroups' => null,
'reorderable' => false,
'reorderAnimationDuration' => 300,
]), '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); ?>
<table
<?php echo e($attributes->class(['fi-ta-table w-full table-auto divide-y divide-gray-200 text-start dark:divide-white/5'])); ?>
>
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($header): ?>
<thead class="divide-y divide-gray-200 dark:divide-white/5">
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($headerGroups): ?>
<tr class="bg-gray-100 dark:bg-transparent">
<?php echo e($headerGroups); ?>
</tr>
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
<tr class="bg-gray-50 dark:bg-white/5">
<?php echo e($header); ?>
</tr>
</thead>
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
<tbody
<?php if($reorderable): ?>
x-on:end.stop="$wire.reorderTable($event.target.sortable.toArray())"
x-sortable
data-sortable-animation-duration="<?php echo e($reorderAnimationDuration); ?>"
<?php endif; ?>
class="divide-y divide-gray-200 whitespace-nowrap dark:divide-white/5"
>
<?php echo e($slot); ?>
</tbody>
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($footer): ?>
<tfoot class="bg-gray-50 dark:bg-white/5">
<tr>
<?php echo e($footer); ?>
</tr>
</tfoot>
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
</table>
<?php /**PATH /home/posscale/public_html/printmanager/vendor/filament/tables/resources/views/components/table.blade.php ENDPATH**/ ?>