/
var
/
www
/
html
/
gnet_live
/
storage
/
framework
/
views
/
Upload File
HOME
<!doctype html> <html lang="id-ID"> <head> <?php echo app('Illuminate\Foundation\Vite')(['resources/css/cgm.min.css']); ?> <!-- Google Tag Manager --> <script nonce="<?php echo e($nonce); ?>" id="gtm-script" data-gtm-id="<?php echo e(config('app.gtm.id')); ?>" src="<?php echo e(asset('/assets/js/gtm.js')); ?>"></script> <!-- End Google Tag Manager --> <meta name="facebook-domain-verification" content="2h9qi0cwx3smddu6aiwh9gg9xzo0x6" /> <meta charset="utf-8"> <title>GNET Indonesia - Error 404</title> <meta name="description" content="GNET Building Solutions"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/x-icon" href="<?php echo e(asset('assets/img/gnet.webp')); ?>"> <!-- Google Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <!-- All CSS Plugins here --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/plugins/swiper-bundle.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/plugins/glightbox.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/vendor/bootstrap.min.css')); ?>"> <link nonce="<?php echo e($nonce); ?>" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> <!-- Custom Style CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style.min.css')); ?>"> <!-- Inline Style CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/inline-style.css')); ?>"> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=<?php echo e(config('app.gtm.id')); ?>" height="0" width="0" class="inline-iframe"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Start header area --> <?php echo $__env->make('components.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- End header area --> <main class="main__content_wrapper"> <!-- Start error section --> <section class="error__section section--padding"> <div class="container"> <div class="row row-cols-1"> <div class="col"> <div class="error__content text-center"> <h2 class="error__content--title">404</h2> <h2 class="error__content--title">Halaman Tidak Ditemukan <br/> Jelajahi produk GNET terbaik lewat halaman <br class="last-br"/>utama</h2> <a class="error__content--btn primary__btn" href="/">Back To Home</a> </div> </div> </div> </div> </section> <!-- End error section --> <section class="article__slider section--padding"> <div class="container-fluid"> <div class="section__heading text-center mb-60"> <h2 class="section__heading--maintitle text-brand">Latest Products</h2> </div> <div class="carousel_product_404__swiper--activation swiper"> <div class="swiper-wrapper"> <?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <div class="product__items"> <div class="product__items--thumbnail"> <a class="product__items--link" href="/product/<?php echo e($product->category->url); ?>/<?php echo e($product->url); ?>"> <img <?php if(!is_null($product->productImages->first()) && isset($product->productImages->first()->image_hd)): ?> src="<?php echo e(asset('assets/img/products/low_' . $product->productImages->first()->image_hd)); ?>" <?php endif; ?> data-src="<?php echo e(asset('/assets/img/products/' . getLazyLoadImage($product->productImages->first()))); ?>" width="640" height="457" data-srcset="<?php echo e(asset('/assets/img/products/' . getLazyLoadImage($product->productImages->first()))); ?> 800w, <?php echo e(asset('/assets/img/products/' . getLazyLoadImage($product->productImages->first()))); ?> 400w" sizes="(max-width: 800px) 400px, 800px" alt="<?php echo e($product->name); ?> image" class="product__items--img product__primary--img lazyload" sizes="(min-width: 650px) 50vw, 100vw"> </a> </div> <div class="product__items--content text-center"> <h3 class="product__items--content__title h4"> <a href="/product/<?php echo e($product->category->url); ?>/<?php echo e($product->url); ?>"><?php echo e($product->name); ?></a> </h3> <a class="product__items--action__cart--btn primary__btn" href="/product/<?php echo e($product->category->url); ?>/<?php echo e($product->url); ?>"> <svg class="product-detail-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <path fill="#f5f5f5" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z" /> </svg> <span class="add__to--cart__text">Product Detail</span> </a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="swiper__nav--btn swiper-button-next"></div> <div class="swiper__nav--btn swiper-button-prev"></div> </div> </div> </section> </main> <!-- Start footer section --> <?php echo $__env->make('components.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- End footer section --> <!-- Scroll top bar --> <button id="scroll__top"><svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"> <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 244l144-144 144 144M256 120v292" /> </svg></button> <!-- All Script JS Plugins here --> <script src="/assets/js/vendor/popper.js" defer="defer"></script> <script src="/assets/js/vendor/bootstrap.min.js" defer="defer"></script> <script src="/assets/js/plugins/swiper-bundle.min.js" defer="defer"></script> <script src="/assets/js/plugins/glightbox.min.js" defer="defer"></script> <!-- Customscript js --> <script src="/assets/js/script.min.js" defer="defer"></script> <!-- Carousel Product js --> <script src="/assets/js/carousel-product.js" defer="defer"></script> </body> </html> <?php /**PATH /var/www/html/gnet_live/resources/views/errors/404.blade.php ENDPATH**/ ?>