Viewing file: 4f031cc9fd3f4a79b62fea627da67e3a.php (9.35 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if($paginator->hasPages()): ?> <nav> <ul class="pagination"> <?php if($paginator->onFirstPage()): ?> <li class="page-item page-navigation__item page-navigation__next"> <a class="page-link page-navigation__link" aria-label="Previous"> <span aria-hidden="true"> <?php if (isset($component)) { $__componentOriginal91e8773ec2d2681c70b864d7dc7e0107 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal91e8773ec2d2681c70b864d7dc7e0107 = $attributes; } ?> <?php $component = App\View\Components\Svg\LeftArrowIcon::resolve(['stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.left-arrow-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Svg\LeftArrowIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal91e8773ec2d2681c70b864d7dc7e0107)): ?> <?php $attributes = $__attributesOriginal91e8773ec2d2681c70b864d7dc7e0107; ?> <?php unset($__attributesOriginal91e8773ec2d2681c70b864d7dc7e0107); ?> <?php endif; ?> <?php if (isset($__componentOriginal91e8773ec2d2681c70b864d7dc7e0107)): ?> <?php $component = $__componentOriginal91e8773ec2d2681c70b864d7dc7e0107; ?> <?php unset($__componentOriginal91e8773ec2d2681c70b864d7dc7e0107); ?> <?php endif; ?> </span> </a> </li> <?php else: ?> <li class="page-item page-navigation__item page-navigation__prev"> <a class="page-link page-navigation__link" href="<?php echo e($paginator->previousPageUrl()); ?>" aria-label="Previous"> <span aria-hidden="true"> <?php if (isset($component)) { $__componentOriginal91e8773ec2d2681c70b864d7dc7e0107 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal91e8773ec2d2681c70b864d7dc7e0107 = $attributes; } ?> <?php $component = App\View\Components\Svg\LeftArrowIcon::resolve(['stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.left-arrow-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Svg\LeftArrowIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal91e8773ec2d2681c70b864d7dc7e0107)): ?> <?php $attributes = $__attributesOriginal91e8773ec2d2681c70b864d7dc7e0107; ?> <?php unset($__attributesOriginal91e8773ec2d2681c70b864d7dc7e0107); ?> <?php endif; ?> <?php if (isset($__componentOriginal91e8773ec2d2681c70b864d7dc7e0107)): ?> <?php $component = $__componentOriginal91e8773ec2d2681c70b864d7dc7e0107; ?> <?php unset($__componentOriginal91e8773ec2d2681c70b864d7dc7e0107); ?> <?php endif; ?> </span> </a> </li> <?php endif; ?>
<?php $__currentLoopData = $elements; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $element): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(is_string($element)): ?> <li class="page-item page-navigation__item"><a class="page-link page-navigation__link"><?php echo e($element); ?></a></li> <?php endif; ?>
<?php if(is_array($element)): ?> <?php $__currentLoopData = $element; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $page => $url): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($page == $paginator->currentPage()): ?> <li class="page-item page-navigation__item"><a class="page-link page-navigation__link active bg-primary"><?php echo e($page); ?></a></li> <?php else: ?> <li class="page-item page-navigation__item"><a href="<?php echo e($url); ?>" class="page-link page-navigation__link"><?php echo e($page); ?></a></li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php if($paginator->hasMorePages()): ?> <li class="page-item page-navigation__item page-navigation__next"> <a class="page-link page-navigation__link" href="<?php echo e($paginator->nextPageUrl()); ?>" aria-label="Next"> <span aria-hidden="true"> <?php if (isset($component)) { $__componentOriginal8fd0076f3e9f1788e421bf64277e32f9 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal8fd0076f3e9f1788e421bf64277e32f9 = $attributes; } ?> <?php $component = App\View\Components\Svg\RightArrowIcon::resolve(['stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.right-arrow-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Svg\RightArrowIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal8fd0076f3e9f1788e421bf64277e32f9)): ?> <?php $attributes = $__attributesOriginal8fd0076f3e9f1788e421bf64277e32f9; ?> <?php unset($__attributesOriginal8fd0076f3e9f1788e421bf64277e32f9); ?> <?php endif; ?> <?php if (isset($__componentOriginal8fd0076f3e9f1788e421bf64277e32f9)): ?> <?php $component = $__componentOriginal8fd0076f3e9f1788e421bf64277e32f9; ?> <?php unset($__componentOriginal8fd0076f3e9f1788e421bf64277e32f9); ?> <?php endif; ?> </span> </a> </li> <?php else: ?> <li class="page-item page-navigation__item page-navigation__prev"> <a class="page-link page-navigation__link" aria-label="Next"> <span aria-hidden="true"> <?php if (isset($component)) { $__componentOriginal8fd0076f3e9f1788e421bf64277e32f9 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal8fd0076f3e9f1788e421bf64277e32f9 = $attributes; } ?> <?php $component = App\View\Components\Svg\RightArrowIcon::resolve(['stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.right-arrow-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Svg\RightArrowIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal8fd0076f3e9f1788e421bf64277e32f9)): ?> <?php $attributes = $__attributesOriginal8fd0076f3e9f1788e421bf64277e32f9; ?> <?php unset($__attributesOriginal8fd0076f3e9f1788e421bf64277e32f9); ?> <?php endif; ?> <?php if (isset($__componentOriginal8fd0076f3e9f1788e421bf64277e32f9)): ?> <?php $component = $__componentOriginal8fd0076f3e9f1788e421bf64277e32f9; ?> <?php unset($__componentOriginal8fd0076f3e9f1788e421bf64277e32f9); ?> <?php endif; ?> </span> </a> </li> <?php endif; ?> </ul> </nav> <?php endif; ?>
<style> .page-link { display: inline !important; } </style> <?php /**PATH E:\add listing 8-9-25\addListing\resources\views/vendor/pagination/bootstrap-4.blade.php ENDPATH**/ ?>
|