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/7ddfaa6685d7d20c58be6a1487dc0233
<?php if($data->previous): ?>
<div class="next">
    <h3>Vorige</h3>
    <?php echo $__env->make('posts.postSmallListItem', ['post'=> $data->previous], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
<?php endif; ?>

<?php if($data->next): ?>
<div class="next">
    <h3>Volgende</h3>
    <?php echo $__env->make('posts.postSmallListItem', ['post'=> $data->next], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
<?php endif; ?>