<?php if (! ($this->hidePagination)): ?>
    <div class="dataTable-bottom">

        <?php if(count($this->results)): ?>
            <div class="dataTable-info">
                <?php echo app('translator')->get('Showing'); ?>
                <?php echo e($this->results->firstItem()); ?>

                <?php echo app('translator')->get('to'); ?>
                <?php echo e($this->results->lastItem()); ?>

                <?php echo app('translator')->get('of'); ?>
                <?php echo e($this->results->total()); ?>

                <?php echo app('translator')->get('results'); ?>
            </div>
            
            <nav class="dataTable-pagination">
                <?php echo e($this->results->links('components.datatable.tailwind-pagination')); ?>

            </nav>
        <?php endif; ?>
    </div>

<?php endif; ?><?php /**PATH /var/www/html/beta/elv3/resources/views/components/datatable/pagination.blade.php ENDPATH**/ ?>