| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/chongthamdls.vn/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<main class="site-main">
<div class="columns container">
<!-- Block Breadcrumb-->
<ol class="breadcrumb no-hide">
<li><a href="<?php echo e(URL::to('/')); ?>">Trang Chủ</a></li>
<li><a href="#">Tags sản phẩm</a></li>
</ol><!-- Block Breadcrumb-->
<div class="row">
<!-- Main Content -->
<div class="col-md-12 col-main">
<!-- images categori -->
<div class="category-view">
<div class="owl-carousel "
data-nav="true"
data-dots="false"
data-margin="0"
data-items='1'
data-autoplayTimeout="700"
data-autoplay="true"
data-loop="true">
<div class="item " >
<a href=""><img src="<?php echo e(URL::to('public/frontend/images/media/category-images21.jpg')); ?>" alt="category-images"></a>
</div>
</div>
</div><!-- images categori -->
<!-- Toolbar -->
<div class=" toolbar-products toolbar-top">
<div class="btn-filter-products">
<span>Filter</span>
</div>
<div class="toolbar-option">
<form id="form_order">
<div class="toolbar-sorter ">
<label class="label">SẮP XẾP:</label>
<select name="orderby" class="orderby" >
<option selected="selected" value="md">Mặt định</option>
<option value="desc">Sản phẩm mới </option>
<option value="asc">Sản phẩm cũ </option>
<option value="price_max">Giá tăng dần </option>
<option value="price_min">Giá giảm dần </option>
</select>
<a href="" class="sorter-action"></a>
</div><!-- Short by -->
</form>
</div>
<ul class="pagination">
<li class="action">
<a href="#">
<span><i aria-hidden="true" class="fa fa-angle-left"></i></span>
</a>
</li>
<li class="active">
<a href="#">1</a>
</li>
<li>
<a href="#">2</a>
</li>
<li>
<a href="#">3</a>
</li>
<li class="action">
<a href="#">
<span><i aria-hidden="true" class="fa fa-angle-right"></i></span>
</a>
</li>
</ul>
</div><!-- Toolbar -->
<!-- List Products -->
<div class="products products-grid">
<ol class="product-items row">
<?php $i=0;?>
<?php $__currentLoopData = $pro_tag; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php $__currentLoopData = $all_attr; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key1 =>$pro): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($product->product_id==$pro->product_id ): ?>
<li class="col-sm-3 product-item ">
<div class="product-item-opt-1">
<div class="product-item-info">
<div class="product-item-photo">
<a href="<?php echo e(URL::to('/chi-tiet-san-pham',$product->slug_product)); ?>" class="product-item-img"><img src="<?php echo e(URL::to('public/uploads/product/'.$pro->product_image)); ?>" alt="$product->product_image" /></a>
<div class="product-item-actions">
<a href="" class="btn btn-wishlist"><span>wishlist</span></a>
<a href="" class="btn btn-compare"><span>compare</span></a>
<a href="" class="btn btn-quickview"><span>quickview</span></a>
</div>
<button class="btn btn-cart" type="button"><span>Add to Cart</span></button>
<span class="product-item-label label-price">30% <span>off</span></span>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href=""><?php echo e($product -> product_name); ?></a></strong>
<div class="clearfix">
<div class="product-item-price">
<span class="price"><?php echo e(number_format($pro -> product_price).' '.'VNĐ'); ?></span>
<span class="old-price">$52.00</span>
</div>
<div class="product-reviews-summary">
<div class="rating-summary">
<div class="rating-result" title="80%">
<span style="width:80%">
<span><span>80</span>% of <span>100</span></span>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
<?php
$i=$i+1;
?>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ol><!-- list product -->
</div> <!-- List Products -->
</div><!-- Main Content -->
</div>
</div>
</main><!-- end MAIN -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/chongthamdls.vn/resources/views/pages/sanpham/tag.blade.php ENDPATH**/ ?>