HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers93/fitale.nl/app/storage/views/8a0a935028faf886de9e8ebd1ba4f75e
<?php
$presenter = new Komma\Pagination\Presenters($paginator)
?>

<div class="pagination-container">
    <?php echo $__env->make('shapes.overviewShape', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <div class="content-container">
        <ul class="pagination-custom">
            <?php if($paginator->getLastPage() != 1): ?>
                <?php echo $presenter->render(); ?>
            <?php endif; ?>
        </ul>
    </div>
</div>