/
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']); ?> <?php echo $__env->make('components.head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </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) --> <!-- 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')); ?>"> <!-- Search and Filter CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/search-and-filter.css')); ?>"> <!-- Pagination Blog CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/pagination-blog.css')); ?>"> <!-- Sidebar Blog CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/sidebar-blog.css')); ?>"> <!-- Inline Style CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/inline-style.css')); ?>"> <!-- 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-blog"> <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">News & Articles</h1> <ul class="breadcrumb__content--menu d-flex"> <li class="breadcrumb__content--menu__items"><a class="text-white" href="/">Home</a></li> <li class="breadcrumb__content--menu__items"><span class="text-white">Blogs</span></li> </ul> </div> </div> </div> </div> </section> <!-- End breadcrumb section --> <!-- Star Slider Article --> <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">Popular Articles</h2> </div> <div class="article__swiper--activation swiper"> <div class="swiper-wrapper"> <?php $__currentLoopData = $popularArticle; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <div class="article__slider--items"> <div class="row"> <div class="col-lg-6"> <a href="/blogs/<?php echo e($item->url); ?>"> <img width="640" height="457" data-src="<?php echo e(asset('/uploads/' . getLazyLoadArticleImage($item))); ?>" data-srcset="<?php echo e(asset('/uploads/' . getLazyLoadArticleImage($item))); ?> 800w, <?php echo e(asset('/uploads/' . getLazyLoadArticleImage($item))); ?> 400w" sizes="(min-width: 650px) 50vw, 100vw" class="rounded-2 article__slider-thumbnail lazyload" alt="<?php echo e($item->alt_text); ?>"> </a> </div> <div class="col-lg-6 pt-4 pt-lg-0"> <div class="d-flex flex-column justify-content-between h-100"> <div class="article__slider-info"> <h2 class="mb-3 article__slider-title"><?php echo e($item->title); ?></h2> <p class="article__slider-desc"><?php echo e(strip_tags($item->content)); ?></p> <a href="/blogs/<?php echo e($item->url); ?>" class="text-brand more">Read More</a> </div> <p>Published: <?php echo e($item->date); ?></p> </div> </div> </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> <!-- End Slider Article --> <div class="container-fluid"> <hr> </div> <!-- Start blog section --> <section class="blog__section section--padding pt-0"> <div class="container-fluid inline-padding-top-80"> <!-- <div class="section__heading text-center mb-60"> <h2 class="section__heading--maintitle text-brand">More Articles</h2> </div> --> <!-- start search-and-filter area --> <?php echo $__env->make('components.search-and-filter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- start search-and-filter area --> <div class="blog__section--inner"> <div class="row"> <div class="row row-cols-1 row-cols-md-2 row-cols-xxl-3 col-12 col-lg-10"> <?php $__currentLoopData = $articles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__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($article->url); ?>"> <!-- <img class="blog__thumbnail--img display-block lazyload" src="/uploads/<?php echo e($article->banner_image); ?>" data-srcset="/uploads/<?php echo e($article->banner_image); ?> 800w, /uploads/<?php echo e($article->banner_image); ?> 400w" sizes="(min-width: 650px) 50vw, 100vw" alt="<?php echo e($article->alt_text); ?>"> --> <img class="blog__thumbnail--img display-block lazyload" width="640" height="457" data-src="<?php echo e(asset('/uploads/' . getLazyLoadArticleImage($article))); ?>" data-srcset="<?php echo e(asset('/uploads/' . getLazyLoadArticleImage($article))); ?> 800w, <?php echo e(asset('/uploads/' . getLazyLoadArticleImage($article))); ?> 400w" sizes="(min-width: 650px) 50vw, 100vw" alt="<?php echo e($article->alt_text); ?>"> </a> </div> <div class="blog__content"> <a href="/blogs/<?php echo e($article->url); ?>"> <h3 class="blog__content--title"><?php echo e($article->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 class="col-12 col-lg-2 blog__sidebar"> <div class="blog__sidebar sticky-sidebar"> <h4>Categories</h4> <ul> <?php $__currentLoopData = $articleCategory->sortBy('order'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <form action="/blogs" method="GET" class="inline-display-inline"> <input type="hidden" name="category" value="<?php echo e($category->name); ?>"> <!-- Preserve other filters --> <?php if(request('search')): ?> <input type="hidden" name="search" value="<?php echo e(request('search')); ?>"> <?php endif; ?> <?php if(request('filter')): ?> <input type="hidden" name="filter" value="<?php echo e(request('filter')); ?>"> <?php endif; ?> <button type="submit"> <svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 512 512"> <path d="M190.06 414l163.12-139.78a24 24 0 000-36.44L190.06 98c-15.57-13.34-39.62-2.28-39.62 18.22v279.6c0 20.5 24.05 31.56 39.62 18.18z" /> </svg> <span class="text-category"><?php echo e($category->name); ?><span> (<?php echo e($category->articles_count); ?>)</span></span> </button> </form> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> </div> <!-- Pagination Links --> <div class="pagination-blog mt-4"> <?php echo e($articles->links()); ?> </div> </div> </div> </section> <!-- End blog 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 aria-label="scroll top btn" 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> <script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js" integrity="sha512-q583ppKrCRc7N5O0n2nzUiJ+suUv7Et1JGels4bXOaMFQcamPk9HjdUknZuuFjBNs7tsMuadge5k9RzdmO+1GQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <!-- Customscript js --> <script src="assets/js/script.min.js" defer="defer"></script> <script nonce="<?php echo e($nonce); ?>" type="application/ld+json"> { "@context": "https://schema.org/", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "News & Articles", "item": "<?php echo e(url()->current()); ?>" }] } </script> </body> </html> <?php /**PATH /var/www/html/gnet_live/resources/views/blog.blade.php ENDPATH**/ ?>