File: /www/wwwroot/www.shooperm.com/storage/framework/views/b27463336608d0855b0279f110896546885db923.php
<div class="product_thumb_div">
<?php if($products->thumbnail_image_source != null): ?>
<img class="productImg" src="<?php echo e(showImage($products->thumbnail_image_source)); ?>" alt="<?php echo e($products->product_name); ?>">
<?php else: ?>
<img class="productImg" src="<?php echo e(showImage('backend/img/default.png')); ?>" alt="<?php echo e($products->product_name); ?>">
<?php endif; ?>
</div>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/Product/Resources/views/products/components/_product_logo_td.blade.php ENDPATH**/ ?>