/
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</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="/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="<?php echo e(asset('assets/css/font.css')); ?>" 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 breadcrumb section --> <section class="breadcrumb__section breadcrumb__bg mb-60"> <div class="container-fluid"> <div class="row row-cols-1"> <div class="col"> <div class="breadcrumb__content"> <h1 class="breadcrumb__content--title text-white mb-10">Halaman Pencarian</h1> </div> </div> </div> </div> </section> <!-- End breadcrumb section --> <!-- Start shop section --> <section class="shop__section section--padding mt-5"> <div class="container-fluid"> <div class="section__heading text-center mb-30"> <h3 class="section__heading--maintitle text-start text-brand">Menampilkan pencarian untuk "<?php echo e($search); ?>"</h3> </div> <?php if(!$products->isEmpty()): ?> <div class="shop__product--wrapper mb-50"> <h3 class="section__heading--maintitle text-start mb-30 text-decoration-underline">Produk:</h3> <div class="row row-cols-xl-4 row-cols-lg-3 row-cols-md-3 row-cols-2 mb--n30"> <?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col mb-30"> <div class="product__items "> <div class="product__items--thumbnail"> <a class="product__items--link" href="/product/<?php echo e($item->category->url); ?>/<?php echo e($item->url); ?>"> <img class="product__items--img product__primary--img" src="/assets/img/products/<?php echo e($item->coverImage); ?>" alt="<?php echo e($item->name); ?>"> <img class="product__items--img product__secondary--img" src="/assets/img/products/<?php echo e($item->coverImage); ?>" alt="<?php echo e($item->name); ?>"> </a> </div> <div class="product__items--content text-center"> <h3 class="product__items--content__title h4"> <a href="/product-details"><?php echo e($item->name); ?></a> </h3> <a class="product__items--action__cart--btn primary__btn" href="/product/<?php echo e($item->category->url); ?>/<?php echo e($item->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> <?php endif; ?> <?php if(!$blogs->isEmpty()): ?> <div class="shop__product--wrapper"> <h3 class="section__heading--maintitle text-start mb-30 text-decoration-underline">Berita & Artikel:</h3> <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3"> <?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col mb-5"> <div class="blog__items"> <div class="blog__thumbnail"> <a class="blog__thumbnail--link display-block" href="/blogs/<?php echo e($blog->url); ?>"> <img class="blog__thumbnail--img display-block" src="<?php echo e(asset('uploads/' . $blog->banner_image)); ?>" alt="<?php echo e($blog->alt_text); ?>"> </a> </div> <div class="blog__content"> <a href="/blogs/<?php echo e($blog->url); ?>"> <h3 class="blog__content--title"><?php echo e($blog->title); ?></h3> <button class="blog__content--btn primary__btn">Read more</button> </a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <?php if($products->isEmpty() && $blogs->isEmpty()): ?> <h4 class="mt-5 text-secondary">Tidak menemukan hasil yang sesuai</h4> <?php endif; ?> </div> </section> <!-- End shop 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> <!-- Floating WhatsApp --> <?php echo $__env->make('components.floating-whatsapp', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- 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> </body> </html> <?php /**PATH /var/www/html/gnet_live/resources/views/search.blade.php ENDPATH**/ ?>