<li class="item" style="    max-height: 70px; min-height: 70px;">
    <div class="product-img" style="overflow: hidden;width:50px;">
        <img src="<?php echo e(makepreview($item->thumb, 's', 'posts')); ?>" width="auto" style="   margin-left:-10px; width: auto;">
    </div>
    <div class="product-info">
        <a href="<?php echo e(makeposturl($item)); ?>" target="_blank" class="product-title">
            <?php echo e($item->title); ?>

        </a>
        <span class="product-description" style="color:#ccc">
         <i class="fa fa-user" style="font-size:11px"></i> <a href="/profile/<?php echo e($item->user->username_slug); ?>" target="_blank" style="color:#ccc"><?php echo e($item->user->username); ?></a>  <i class="fa fa-clock-o" style="margin-left:7px;font-size:11px"></i> <?php echo e($item->created_at->diffForHumans()); ?>

        </span>
    </div>
</li><!-- /.item -->