File: D:/HostingSpaces/SBogers93/fitale.nl/app/storage/views/75a4e11f06f66a774eefca97350dcfa5
<?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; ?>