| 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/charming.vn/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<!-- MAIN -->
<main class="site-main">
<div class="block-section-top block-section-top8">
<div class="box-section-top">
<!-- block slide top -->
<div class="block-slide-main slide-opt-8">
<!-- slide -->
<div class="owl-carousel "
data-nav="true"
data-dots="true"
data-margin="0"
data-items='1'
data-autoplayTimeout="700"
data-autoplay="true"
data-loop="true">
<?php
$i=0;
?>
<?php $__currentLoopData = $slide; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$slider1): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$i++;
?>
<?php if($slider1->slider_code==1): ?>
<div class="item">
<img src="public/uploads/slider/<?php echo e($slider1->slider_image); ?>" alt="slide1" class="img-slide">
<div class="description">
<span class="subtitle " ><?php echo e($slider1->slider_name); ?> </span>
<span class="title"><?php echo e($slider1->slider_title); ?> </span>
<span class="des"><?php echo e($slider1->slider_desc); ?> </span>
<a href="" class="view-opt8">Đăng Ký Ngay</a>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div> <!-- slide -->
</div><!-- block slide top -->
</div>
</div>
<!-- banner -->
<div class="block-banner-main-opt8">
<div class="container">
<div class="row">
<?php $__currentLoopData = $slide; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$slider2): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($slider2->slider_code==2): ?>
<div class="col-md-4">
<div class="item">
<img src="public/uploads/slider/<?php echo e($slider2->slider_image); ?>" alt="img">
<div class="description">
<span class="title"><?php echo e($slider2->slider_name); ?></span>
<span class="des"><?php echo e($slider2->slider_desc); ?></span>
<a href="" class="btn btn-shop-now">Đăng ký ngay </a>
</div>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div><!-- banner -->
<!-- tab product -->
<div class="block-tab-products-opt8">
<div class="container">
<div class="block-title">
<ul class="nav " role="tablist">
<li role="presentation" class="active">
<a href="#tab-products1" role="tab" data-toggle="tab">FEATURED </a>
</li>
<li role="presentation">
<a href="#tab-products2" role="tab" data-toggle="tab">BEST SELLERS </a>
</li>
<li role="presentation">
<a href="#tab-products3" role="tab" data-toggle="tab">New Arrivals</a>
</li>
</ul>
</div>
<div class="block-content">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="tab-products1">
<div class="owl-carousel"
data-nav="true"
data-dots="true"
data-margin="30"
data-responsive='{
"0":{"items":1},
"480":{"items":1},
"500":{"items":2},
"768":{"items":3},
"992":{"items":3},
"1200":{"items":4}
}'>
<?php $__currentLoopData = $all_attr; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($key%2==0 &&$product->attr_id): ?>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<form>
<?php echo csrf_field(); ?>
<input type="hidden" value="<?php echo e($product->product_id); ?>" class="cart_product_id_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_name); ?>" class="cart_product_name_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_desc); ?>" class="cart_product_desc_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_image); ?>" class="cart_product_image_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_price); ?>" class="cart_product_price_<?php echo e($product->product_id); ?>">
<input type="hidden" value="1" class="cart_product_qty_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_sku); ?>" class="cart_product_sku_<?php echo e($product->product_id); ?>">
<div class="product-item-photo">
<a class="product-item-img" href="<?php echo e(URL::to('/chi-tiet-san-pham',$product->product->slug_product)); ?>"><img alt="product name" src="<?php echo e(URL::to('public/uploads/product/'.$product->product_image)); ?>"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href=""><?php echo e($product->product->product_name); ?> <p style="font-size:10;color: red;">Code:<?php echo e($product->product_sku); ?></p></a></strong>
<div class="product-item-price">
<span class="price"><?php echo e(number_format($product->product_price,0,',','.')); ?>đ </span>
<span class="old-price">update</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" name="add-to-cart" data-id_product="<?php echo e($product->product_id); ?>" class="btn btn-cart add-to-cart"><span>Thêm giỏ hàng</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</form>
</div>
</div>
<?php elseif($key%2!=0 &&$product->attr_id): ?>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<form>
<?php echo csrf_field(); ?>
<input type="hidden" value="<?php echo e($product->product_id); ?>" class="cart_product_id_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_name); ?>" class="cart_product_name_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_desc); ?>" class="cart_product_desc_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_image); ?>" class="cart_product_image_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_price); ?>" class="cart_product_price_<?php echo e($product->product_id); ?>">
<input type="hidden" value="1" class="cart_product_qty_<?php echo e($product->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_sku); ?>" class="cart_product_sku_<?php echo e($product->product_id); ?>">
<div class="product-item-photo">
<a class="product-item-img" href="<?php echo e(URL::to('/chi-tiet-san-pham',$product->product->slug_product)); ?>"><img alt="product name" src="<?php echo e(URL::to('public/uploads/product/'.$product->product_image)); ?>"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href=""><?php echo e($product->product->product_name); ?> <p style="font-size:10;color: red;">Code:<?php echo e($product->product_sku); ?></p></a></strong>
<div class="product-item-price">
<span class="price"><?php echo e(number_format($product->product_price,0,',','.')); ?>đ </span>
<span class="old-price">update</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" name="add-to-cart" data-id_product="<?php echo e($product->product_id); ?>" class="btn btn-cart add-to-cart"><span>Thêm giỏ hàng</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="tab-products2">
<div class="owl-carousel"
data-nav="true"
data-dots="false"
data-margin="30"
data-responsive='{
"0":{"items":1},
"480":{"items":2},
"480":{"items":2},
"768":{"items":3},
"992":{"items":3},
"1200":{"items":4}
}'>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured1.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured2.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured3.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured4.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured5.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured6.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured7.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured8.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="tab-products3">
<div class="owl-carousel"
data-nav="true"
data-dots="false"
data-margin="30"
data-responsive='{
"0":{"items":1},
"480":{"items":2},
"480":{"items":2},
"768":{"items":3},
"992":{"items":3},
"1200":{"items":4}
}'>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured1.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured2.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured3.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured4.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured5.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured6.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured7.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="images/media/index8/featured8.jpg"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href="">SEXY SUMMER DRESS </a></strong>
<div class="product-item-price">
<span class="price">$250 </span>
<span class="old-price">$350</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" class="btn btn-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- tab product -->
<!-- lookbook -->
<?php $__currentLoopData = $slide; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$slider3): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($slider3->slider_code==3): ?>
<div class="block-lookbook-opt8" style="background-image: url(public/uploads/slider/<?php echo e($slider3->slider_image); ?>);">
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div class="container">
<div class="block-title">
<span class="title">HIỂU VỀ RƯỢU</span>
</div>
<div class="block-content">
<div class="owl-carousel"
data-nav="true"
data-dots="false"
data-margin="30"
data-responsive='{
"0":{"items":1},
"480":{"items":2},
"480":{"items":2},
"768":{"items":3},
"992":{"items":4},
"1200":{"items":4}
}'>
<?php $__currentLoopData = $slide; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$slider4): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($slider4->slider_code==4): ?>
<div class="item">
<div class="photo">
<img src="public/uploads/slider/<?php echo e($slider4->slider_image); ?>" alt="img">
</div>
<span class="name"><?php echo e($slider4->slider_name); ?> </span>
<span class="country"><?php echo e($slider4->slider_title); ?></span>
<a href="" class="btn"><?php echo e($slider4->slider_title); ?></a>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div><!-- lookbook -->
<!-- block products trending-->
<div class="block-products-opt8">
<div class="container">
<div class="block-title">
<span class="title">SẢN PHẨM THEO TRÀO LƯU</span>
</div>
<div class="block-content">
<div class="owl-carousel"
data-nav="true"
data-dots="false"
data-margin="30"
data-responsive='{
"0":{"items":1},
"480":{"items":2},
"480":{"items":2},
"768":{"items":3},
"992":{"items":3},
"1200":{"items":4}
}'>
<?php $__currentLoopData = $all_attr; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key =>$trend): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="product-item product-item-opt-8 ">
<div class="product-item-info">
<form>
<?php echo csrf_field(); ?>
<input type="hidden" value="<?php echo e($trend->product_id); ?>" class="cart_product_id_<?php echo e($trend->product_id); ?>">
<input type="hidden" value="<?php echo e($trend->product_name); ?>" class="cart_product_name_<?php echo e($trend->product_id); ?>">
<input type="hidden" value="<?php echo e($trend->product_desc); ?>" class="cart_product_desc_<?php echo e($trend->product_id); ?>">
<input type="hidden" value="<?php echo e($trend->product_image); ?>" class="cart_product_image_<?php echo e($trend->product_id); ?>">
<input type="hidden" value="<?php echo e($trend->product_price); ?>" class="cart_product_price_<?php echo e($trend->product_id); ?>">
<input type="hidden" value="1" class="cart_product_qty_<?php echo e($trend->product_id); ?>">
<input type="hidden" value="<?php echo e($product->product_sku); ?>" class="cart_product_sku_<?php echo e($product->product_id); ?>">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="public/uploads/product/<?php echo e($trend->product_image); ?>"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href=""><?php echo e($trend->product_name); ?> <p style="font-size:10;color: red;">Code:<?php echo e($product->product_sku); ?></p></a></strong>
<div class="product-item-price">
<span class="price"><?php echo e(number_format($trend->product_price,0,',','.')); ?>đ </span>
<span class="old-price">update</span>
</div>
<div class="product-item-actions">
<a class="btn btn-compare" href=""><span>compare</span></a>
<button type="button" name="add-to-cart" data-id_product="<?php echo e($trend->product_id); ?>" class="btn btn-cart add-to-cart"><span>Add to Cart</span></button>
<a class="btn btn-wishlist" href=""><span>wishlist</span></a>
</div>
</div>
</form>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div><!-- products -->
<!-- tab Collections -->
<div class="block-collections-opt8">
<div class="container">
<div class="block-title">
<span class="title">BỘ SƯU TẬP </span>
<ul class="nav " role="tablist">
<li role="presentation" class="active">
<a href="#tab-Collections1" role="tab" data-toggle="tab"> FOR MEN </a>
</li>
<li role="presentation">
<a href="#tab-Collections2" role="tab" data-toggle="tab"> FOR WOMEN </a>
</li>
</ul>
</div>
<div class="block-content">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="tab-Collections1">
<div class="owl-carousel"
data-nav="true"
data-dots="false"
data-margin="15"
data-responsive='{
"0":{"items":1},
"480":{"items":2},
"480":{"items":2},
"768":{"items":3},
"992":{"items":3},
"1200":{"items":3}
}'>
<?php $__currentLoopData = $slide; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$slider6): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($slider6->slider_code==6&&$key%2==0): ?>
<div class="product-item product-collections-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="public/uploads/slider/<?php echo e($slider6->slider_image); ?>"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href=""><?php echo e($slider6->slider_name); ?> </a></strong>
<div class="product-item-des">
<?php echo e($slider6->slider_desc); ?>
</div>
<div class="product-item-author">
<?php echo e($slider6->slider_title); ?>
</div>
<div class="product-item-actions">
<a class="btn btn-view" href="<?php echo e($slider6->slider_link); ?>"><span>View Collection</span></a>
</div>
</div>
</div>
</div>
<?php elseif($slider6->slider_code == 6&& $key % 2!=0): ?>
<div class="product-item product-even product-collections-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="public/uploads/slider/<?php echo e($slider6->slider_image); ?>"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href=""><?php echo e($slider6->slider_name); ?> </a></strong>
<div class="product-item-des">
<?php echo e($slider6->slider_desc); ?>
</div>
<div class="product-item-author">
<?php echo e($slider6->slider_title); ?>
</div>
<div class="product-item-actions">
<a class="btn btn-view" href="<?php echo e($slider6->slider_link); ?>"><span>View Collection</span></a>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="tab-Collections2">
<div class="owl-carousel"
data-nav="true"
data-dots="false"
data-margin="30"
data-responsive='{
"0":{"items":1},
"480":{"items":2},
"480":{"items":2},
"768":{"items":3},
"992":{"items":3},
"1200":{"items":3}
}'>
<?php $__currentLoopData = $slide; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$slider7): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($slider7->slider_code==7&&$key%2==0): ?>
<div class="product-item product-collections-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="public/uploads/slider/<?php echo e($slider7->slider_image); ?>"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href=""><?php echo e($slider7->slider_name); ?> </a></strong>
<div class="product-item-des">
<?php echo e($slider7->slider_desc); ?>
</div>
<div class="product-item-author">
<?php echo e($slider7->slider_title); ?>
</div>
<div class="product-item-actions">
<a class="btn btn-view" href="<?php echo e($slider7->slider_link); ?>"><span>View Collection</span></a>
</div>
</div>
</div>
</div>
<?php elseif($slider7->slider_code == 7&& $key % 2!=0): ?>)
<div class="product-item product-even product-collections-opt-8 ">
<div class="product-item-info">
<div class="product-item-photo">
<a class="product-item-img" href=""><img alt="product name" src="public/uploads/slider/<?php echo e($slider7->slider_image); ?>"></a>
</div>
<div class="product-item-detail">
<strong class="product-item-name"><a href=""><?php echo e($slider7->slider_name); ?> </a></strong>
<div class="product-item-des">
<?php echo e($slider7->slider_desc); ?>
</div>
<div class="product-item-author">
<?php echo e($slider7->slider_title); ?>
</div>
<div class="product-item-actions">
<a class="btn btn-view" href="<?php echo e($slider7->slider_link); ?>"><span>View Collection</span></a>
</div>
</div>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
</div>
</div><!-- tab product -->
<!-- Block Testimonials -->
<div class="block-testimonials-opt8" style="background-image: url(public/uploads/slider/h002.jpg13.jpg);">
<div class="container">
<div class="block-title">
<span class="title">KHÁCH HÀNG CẢM NHẬN</span>
</div>
<div class="block-content">
<div class="owl-carousel testimonials-thumb"
data-loop="true"
data-center="true"
data-nav="false"
data-dots="false"
data-margin="35"
data-autoplayTimeout="500"
data-autoplay="true"
data-responsive='{
"0":{"items":1},
"360":{"items":3},
"480":{"items":3},
"768":{"items":3},
"992":{"items":3},
"1200":{"items":3}
}'>
<?php $__currentLoopData = $slide; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$slider5): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($slider5->slider_code==5): ?>
<div class="item ">
<div class="photo">
<span class="img"><img src="public/uploads/slider/<?php echo e($slider5->slider_image); ?>" alt="img"></span>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<div class="owl-carousel testimonials-des"
data-loop="true"
data-nav="false"
data-dots="false"
data-margin="0"
data-responsive='{
"0":{"items":1},
"360":{"items":1},
"480":{"items":1},
"768":{"items":1},
"992":{"items":1},
"1200":{"items":1}
}'>
<?php $__currentLoopData = $slide; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$slider5): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($slider5->slider_code==5): ?>
<div class="item">
<div class="info">
<p><?php echo e($slider5->slider_desc); ?></p>
<p class="testimonial-nane"><?php echo e($slider5->slider_name); ?></p>
</div>
</div>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div><!-- Block Testimonials -->
<!-- Block Blog -->
<div class="block-the-blog block-the-blog-opt8">
<div class="container">
<div class="block-title">
<span class="title">BÀI VIẾT MỚI</span>
</div>
<div class="block-content">
<div class="owl-carousel"
data-nav="true"
data-dots="false"
data-margin="30"
data-responsive='{
"0":{"items":1},
"480":{"items":2},
"768":{"items":2},
"992":{"items":3},
"1200":{"items":4}
}'>
<?php $__currentLoopData = $all_post; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="blog-item">
<div class="blog-photo">
<a href=""><img src="public/uploads/post/<?php echo e($post->post_image); ?>" alt="blog"></a>
</div>
<div class="blog-detail">
<strong class="blog-name"><a href=""><?php echo e($post->post_title); ?></a></strong>
<div class="blog-info">
<div class="blog-date"><span><?php echo e($post->created_at); ?></span></div>
<div class="blog-view"><span class=" fa fa-eye">Đã xem:<?php echo e($post->post_views); ?></span></div>
</div>
<div class="blog-actions">
<a href="" class="action">Read more</a>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div><!-- Block Blog -->
<!-- block-brand -->
<div class="block-brand-op6">
<div class="container">
<div class="owl-carousel"
data-nav="true"
data-dots="false"
data-margin="30"
data-loop="true"
data-responsive='{
"0":{"items":3},
"480":{"items":4},
"600":{"items":5},
"992":{"items":6}
}'>
<?php $__currentLoopData = $brand_product; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $brand): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="item">
<a href=""><img src="public/uploads/product/<?php echo e($brand->brand_image); ?>" alt="brand"></a>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div><!-- block-brand -->
</main><!-- end MAIN -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /opt/lampp/htdocs/shopruou/resources/views/pages/home.blade.php ENDPATH**/ ?>