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; ?>