Current File : /home/tradevaly/public_html/storage/framework/views/eae81863739fe17fdffff5b04d254a6d2ddf368f.php |
<?php $__env->startPush('title','Wholesale Suppliers, Manufacturers & China Traders and Exporters Premium Directory'); ?>
<?php $__env->startSection('content'); ?>
<section class="buyers-listing-sec">
</section>
<section class="menu-banner-form category_details body_gray">
<div class="container ">
<div class="bg-white pt-3">
<div class="row m-0">
<div class="col-lg-12 p-0">
<h4 class="p-3 body_gray" style="
border: 0;
border-left: 4px solid #7ad700;"><?php echo e($category->name); ?></h4>
</div>
<div class="prd-cat-nav col-md-4 col-lg-3 p-0"> <!--------------Verticle Category Menu------------->
<ul class="mainmenuverticle">
<?php $__currentLoopData = $subcategories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subcategory): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$sub = \App\Models\Category::where('parent_id', $subcategory->id)
->where('status', 1)
->where('home', 1)
->get();
?>
<li class="submenu"> <a href="http://127.0.0.1:8000/categories/apparel-accessories"
title="Apparel & Accessories">
<?php echo e($subcategory->name); ?> <i class="fa fa-angle-right"></i> </a>
<div class="submenu-row">
<?php
$childs = \App\Models\Category::where('parent_id', $subcategory->id)
->where('status', 1)
->get();
?>
<div class="col-md-6">
<h6><a href="<?php echo e(route('category', $subcategory->slug)); ?>" title="Underwear"
class="text-truncate" style="color: #676566; font-weight:300;"><?php echo e($subcategory->name); ?></a>
</h6>
<ul>
<?php $__currentLoopData = $childs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li><a href="<?php echo e(route('category', $child->slug)); ?>" title="Bra"
class="text-truncate"><?php echo e($child->name); ?></a>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
</div>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
<div class="col-lg-9">
<div class="row cwp_slider">
<?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-lg-4">
<div class=' bestproducts flexbox'>
<a href="<?php echo e(route('product.view', $product->product->slug)); ?>">
<div class='featured__img'>
<img src="<?php echo e(asset('storage/images/admin/product/' . $product->product->image . '')); ?>"
class="lazy" alt="<?php echo e($product->product->title); ?>">
</div>
<h6 style='font-size:14px'><?php echo e(Str::limit($product->product->title, 45)); ?></h6>
</a>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="clr"></div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?>
<script>
$('.cwp_slider').slick({
dots: false,
infinite: true,
speed: 5000,
slidesPerRow: 3,
rows: 2,
centerMode: false,
arrows:false,
autoplay: true,
autoplaySpeed: 3000,
fade: true,
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tradevaly/public_html/resources/views/frontend/pages/category/details.blade.php ENDPATH**/ ?>