PATH:
home
/
rwabteecom
/
.trash
/
Editing: 017a6f4dca108aa0c50f94ca5e5b8fd3.php
<div> <!--[if BLOCK]><![endif]--><?php if($paginator->hasPages()): ?> <?php (isset($this->numberOfPaginatorsRendered[$paginator->getPageName()]) ? $this->numberOfPaginatorsRendered[$paginator->getPageName()]++ : ($this->numberOfPaginatorsRendered[$paginator->getPageName()] = 1)); ?> <nav> <ul class="pagination justify-content-end"> <!--[if BLOCK]><![endif]--><?php if($paginator->onFirstPage()): ?> <li class="page-item disabled" aria-disabled="true" aria-label="<?php echo app('translator')->get('pagination.previous'); ?>"> <span class="page-link" aria-hidden="true">‹</span> </li> <?php else: ?> <li class="page-item"> <button type="button" dusk="previousPage<?php echo e($paginator->getPageName() == 'page' ? '' : '.' . $paginator->getPageName()); ?>" class="page-link" wire:click="gotoPage(<?php echo e($paginator->currentPage() - 1); ?>, '<?php echo e($paginator->getPageName()); ?>')" wire:loading.attr="disabled" rel="prev" aria-label="<?php echo app('translator')->get('pagination.previous'); ?>">‹</button> </li> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <!--[if BLOCK]><![endif]--><?php if($elements ?? null): ?> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $elements; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $element): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!--[if BLOCK]><![endif]--><?php if(is_string($element)): ?> <li class="page-item disabled" aria-disabled="true"><span class="page-link"><?php echo e($element); ?></span></li> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <!--[if BLOCK]><![endif]--><?php if(is_array($element)): ?> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $element; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $page => $url): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!--[if BLOCK]><![endif]--><?php if($page == $paginator->currentPage()): ?> <li class="page-item active" wire:key="paginator-<?php echo e($paginator->getPageName()); ?>-<?php echo e($this->numberOfPaginatorsRendered[$paginator->getPageName()]); ?>-page-<?php echo e($page); ?>" aria-current="page"><span class="page-link"><?php echo e($page); ?></span></li> <?php else: ?> <li class="page-item" wire:key="paginator-<?php echo e($paginator->getPageName()); ?>-<?php echo e($this->numberOfPaginatorsRendered[$paginator->getPageName()]); ?>-page-<?php echo e($page); ?>"> <button type="button" class="page-link" wire:click="gotoPage(<?php echo e($page); ?>, '<?php echo e($paginator->getPageName()); ?>')"><?php echo e($page); ?></button> </li> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <!--[if BLOCK]><![endif]--><?php if($paginator->hasMorePages()): ?> <li class="page-item"> <button type="button" dusk="nextPage<?php echo e($paginator->getPageName() == 'page' ? '' : '.' . $paginator->getPageName()); ?>" class="page-link" wire:click="gotoPage(<?php echo e($paginator->currentPage() + 1); ?>, '<?php echo e($paginator->getPageName()); ?>')" wire:loading.attr="disabled" rel="next" aria-label="<?php echo app('translator')->get('pagination.next'); ?>">›</button> </li> <?php else: ?> <li class="page-item disabled" aria-disabled="true" aria-label="<?php echo app('translator')->get('pagination.next'); ?>"> <span class="page-link" aria-hidden="true">›</span> </li> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </ul> </nav> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <?php /**PATH /home/rwabteecom/public_html/resources/views/vendor/livewire-tables/specific/bootstrap-4/pagination.blade.php ENDPATH**/ ?>
SAVE
CANCEL