⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.219
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
9418648b03100d11d69a45ea18dc39c405013836.php
<?php $__env->startSection('content'); ?> <!-- slider area start --> <section id="shop_breadcrumb"> <div class="slider-area breadcrumb" id="shop_breadcrumb_bg_img" style="background-image: url(<?php echo e($bg_img); ?>);"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="breadcrumb-area text-center"> <h3 id="shop_breadcrumb_title"><?php echo e($title); ?></h3> <div class="breadcrump-title"> <span id="shop_breadcrumb_des"><?php echo e(content('shop_breadcrumb','shop_breadcrumb_des')); ?></span> </div> </div> </div> </div> </div> </div> </section> <!-- slider area end --> <!-- shop area start --> <div class="shop-area pt-100"> <div class="container"> <?php $ecom_settings=LpOption('ecommerce'); ?> <div class="row products-row"> <?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 mb-30 produ"> <div class="single-product"> <div class="product-img"> <a href="<?php echo e(route('product.show',$product->slug)); ?>"><img class="img-fluid" src="<?php echo e(asset($product->meta->preview)); ?>" alt=""></a> </div> <div class="product-category"> <span><?php echo e($product->categories->first()->name); ?></span> </div> <div class="product-name"> <h3><a href="<?php echo e(route('product.show',$product->slug)); ?>"><?php echo e($product->title); ?></a></h3> </div> <div class="product-price"> <span><strong>Price:</strong> <i class="<?php echo e($ecom_settings->icon); ?>"></i><?php echo e($product->productMeta->s_price); ?></span> </div> <input type="hidden" name="qty" id="product_qty<?php echo e($product->id); ?>" value="1"> <div class="product-action"> <a href="javascript:void(0)" onclick="add_to_cart(<?php echo e($product->id); ?>)" class="add-to-card"><i class="fas fa-cart-plus"></i> cart</a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <input type="hidden" id="add_to_cart" value="<?php echo e(route('product.cart.store')); ?>"> </div> </div> <!-- shop area end --> <!-- quote area start --> <section id="shop_quote"> <div class="quote-area pt-100 pb-100"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="quote-info text-center"> <h2 id="shop_quote_title"><?php echo e(content('shop_quote','shop_quote_title')); ?></h2> <p id="shop_quote_description"><?php echo e(content('shop_quote','shop_quote_description')); ?></p> <a href="<?php echo e(url('contact')); ?>" id="shop_quote_button"><?php echo e(content('shop_quote','shop_quote_button')); ?></a> </div> </div> </div> </div> </div> </section> <!-- quote area end --> <?php $basic_info=LpOption('system_basic_info'); ?> <?php if(!empty($basic_info->gallary_input)): ?> <?php $gallery=explode(',', $basic_info->gallary_input); ?> <!-- band area start --> <section id="band"> <div class="band-area pt-100 pb-100"> <div class="container"> <div class="row owl-carousel2 owl-carousel"> <?php $__currentLoopData = $gallery; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-12"> <div class="band-img"> <img id="band_first_img" src="<?php echo e(asset($row)); ?>" alt=""> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <?php endif; ?> <!-- band area end --> <?php $__env->stopSection(); ?> <?php $__env->startPush('js'); ?> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-infinitescroll/3.0.6/infinite-scroll.pkgd.min.js"></script> <script src="<?php echo e(theme_asset('monkey/public/js/products.js')); ?>"></script> <?php $__env->stopPush(); ?> <?php echo $__env->make('theme::layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\multipurpose_monkey\script\am-content\Themes/monkey/views/product/index.blade.php ENDPATH**/ ?>