File manager - Edit - /home/u300416816/domains/fastfoodzen.com/public_html/storage/framework/views/d01f3939060c1d992c6a3e824624d343.php
Back
<?php $gtext = gtext(); ?> <div class="row"> <?php if(count($datalist)>0): ?> <?php $__currentLoopData = $datalist; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(($category_variation == 'left_sidebar') || ($category_variation == 'right_sidebar')): ?> <div class="col-sm-12 col-md-6 col-lg-4 col-xl-4 col-xxl-4"> <?php else: ?> <div class="col-sm-12 col-md-6 col-lg-3 col-xl-3 col-xxl-3"> <?php endif; ?> <div class="item-card"> <div class="item-image"> <?php if(($row->is_discount == 1) && ($row->old_price !='')): ?> <?php $discount = number_format((($row->old_price - $row->sale_price)*100)/$row->old_price); ?> <span class="item-label"><?php echo e($discount); ?>% <?php echo e(__('Off')); ?></span> <?php endif; ?> <a href="<?php echo e(route('frontend.product', [$row->id, $row->slug])); ?>"> <img src="<?php echo e(asset('public/media/'.$row->f_thumbnail)); ?>" alt="<?php echo e($row->title); ?>" /> </a> </div> <div class="item-title"> <a href="<?php echo e(route('frontend.product', [$row->id, $row->slug])); ?>"><?php echo e(str_limit($row->title)); ?></a> </div> <div class="rating-wrap"> <div class="stars-outer"> <div class="stars-inner" style="width:<?php echo e($row->ReviewPercentage); ?>%;"></div> </div> <span class="rating-count">(<?php echo e($row->TotalReview); ?>)</span> </div> <div class="item-sold"> <?php echo e(__('Sold By')); ?> <a href="<?php echo e(route('frontend.stores', [$row->seller_id, str_slug($row->shop_url)])); ?>"><?php echo e(str_limit($row->shop_name)); ?></a> </div> <div class="item-pric-card"> <?php if($row->sale_price != ''): ?> <?php if($gtext['currency_position'] == 'left'): ?> <div class="new-price"><?php echo e($gtext['currency_icon']); ?><?php echo e(NumberFormat($row->sale_price)); ?></div> <?php else: ?> <div class="new-price"><?php echo e(NumberFormat($row->sale_price)); ?><?php echo e($gtext['currency_icon']); ?></div> <?php endif; ?> <?php endif; ?> <?php if(($row->is_discount == 1) && ($row->old_price !='')): ?> <?php if($gtext['currency_position'] == 'left'): ?> <div class="old-price"><?php echo e($gtext['currency_icon']); ?><?php echo e(NumberFormat($row->old_price)); ?></div> <?php else: ?> <div class="old-price"><?php echo e(NumberFormat($row->old_price)); ?><?php echo e($gtext['currency_icon']); ?></div> <?php endif; ?> <?php endif; ?> </div> <div class="item-card-bottom"> <a data-id="<?php echo e($row->id); ?>" href="javascript:void(0);" class="btn add-to-cart addtocart"><?php echo e(__('Add To Cart')); ?></a> <ul class="item-cart-list"> <li><a class="addtowishlist" data-id="<?php echo e($row->id); ?>" href="javascript:void(0);"><i class="bi bi-heart"></i></a></li> <li><a href="<?php echo e(route('frontend.product', [$row->id, $row->slug])); ?>"><i class="bi bi-eye"></i></a></li> </ul> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <div class="col-sm-8 offset-sm-2 col-md-6 offset-md-3 col-lg-4 offset-lg-4 col-xl-4 offset-xl-4 col-xxl-4 offset-xxl-4"> <div class="empty_card"> <div class="empty_img"> <img src="<?php echo e(asset('public/frontend/images/empty.png')); ?>" /> </div> <h3><?php echo e(__('Oops! No product found.')); ?></h3> </div> </div> <?php endif; ?> </div> <div class="row mt-15"> <div class="col-lg-12"> <?php echo e($datalist->links()); ?> </div> </div><?php /**PATH /home/u300416816/domains/fastfoodzen.com/public_html/resources/views/frontend/partials/product-category-grid.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings