File: D:/HostingSpaces/SBogers26/gripp.nu/app/storage/views/cced3e87ce79d354c14cd8a18dd449eb
<div class="nav-posts"> <div class="icon-background"></div> <div class="content-container"> <div class="next <?php if(!$data->next): ?> no-border <?php endif; ?>"> <?php if($data->next): ?> <?php echo $__env->make('posts.postSmallListItem', ['post'=> $data->next], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> <div class="previous <?php if(!$data->previous): ?> no-border <?php endif; ?>"> <?php if($data->previous): ?> <?php echo $__env->make('posts.postSmallListItem', ['post'=> $data->previous], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> </div> </div>