<tfoot>
    <tr<?php echo e(html_classes($table->getTrClasses())); ?>>
        <td<?php echo e(html_classes('bg-light', $table->getTdClasses())); ?><?php echo e(html_attributes($table->getColumnsCount() > 1 ? ['colspan' => $table->getColumnsCount()] : null)); ?>>
            <div class="d-flex justify-content-between flex-wrap">
                <?php echo $__env->make('laravel-table::' . $table->getNavigationStatusTemplatePath(), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                <?php echo $__env->make('laravel-table::' . $table->getPaginationTemplatePath(), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            </div>
        </td>
    </tr>
</tfoot>
<?php /**PATH /var/www/html/vendor/okipa/laravel-table/src/../resources/views/bootstrap/tfoot.blade.php ENDPATH**/ ?>