⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.26
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 :
176b21c4dd97da5b389559160627b58c0560f5f8.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(asset(content('shop_breadcrumb','shop_breadcrumb_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(content('shop_breadcrumb','shop_breadcrumb_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 --> <?php $ecom_settings=LpOption('ecommerce'); ?> <!-- product details area start --> <div class="product-details pt-100 pb-100"> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="main-image"> <a href="#"><img class="img-fluid" src="<?php echo e(asset($product->meta->preview)); ?>" alt=""></a> </div> <?php $gallery = explode( ',', $product->meta->gallery ); ?> <div class="multi-img d-flex"> <?php $__currentLoopData = $gallery; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=> $img): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <img class="<?php echo e($product->meta->preview == $img ? 'active' : ''); ?>" src="<?php echo e(asset($img)); ?>" alt=""> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="col-lg-8"> <div class="product-details-info"> <div class="product-name"> <h3><?php echo e($product->title); ?></h3> </div> <div class="product-price"> <span><i class="<?php echo e($ecom_settings->icon ?? ''); ?>"></i><?php echo e($product->productMeta->s_price); ?></span><span><del><i class="<?php echo e($ecom_settings->icon ?? ''); ?>"></i><?php echo e($product->productMeta->p_price); ?></del></span> </div> <div class="product-des"> <p><?php echo e($product->meta->excerpt); ?></p> </div> <div class="product-qty"> <input type="number" min="1" id="product_qty<?php echo e($product->id); ?>" value="1"> </div> <input type="hidden" id="add_to_cart" value="<?php echo e(route('product.cart.store')); ?>"> <input type="hidden" id="wishlist_url" value="<?php echo e(route('product.wishlist.store')); ?>"> <input type="hidden" id="compare_url" value="<?php echo e(route('product.compare.store')); ?>"> <div class="product-action"> <a href="javascript:void(0)" class="add-to-card" onclick="add_to_cart(<?php echo e($product->id); ?>)"><?php echo e(__('Add To Cart')); ?></a> </div> </div> </div> </div> <?php $content = json_decode($product->post->content); ?> <div class="row pt-50"> <div class="col-lg-12"> <div class="product-info-list"> <ul class="nav nav-tabs mb-10"> <li><a data-toggle="tab" class="active" href="#description"><?php echo e(__('Description')); ?></a></li> <li><a data-toggle="tab" href="#information"><?php echo e(__('Information')); ?></a></li> </ul> <div class="product-info-tab"> <div class="tab-content"> <div id="description" class="tab-pane fade in active show"> <div class="product-des-tab-content"> <p><?php echo $content->content; ?></p> </div> </div> <div id="information" class="tab-pane fade"> <p><?php echo e($content->information); ?></p> </div> </div> </div> </div> </div> </div> </div> </div> <!-- product details 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 --> <input type="hidden" id="post_id" value="<?php echo e($product->id); ?>"> <?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 --> <input type="hidden" id="count_url" value="<?php echo e(route('post.view')); ?>"> <input type="hidden" id="post_id" value="<?php echo e($product->id); ?>"> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme::layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tech/staging.techlup.co.ke/files/script/am-content/Themes/monkey/views/product/show.blade.php ENDPATH**/ ?>