/
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" /> <link rel="shortcut icon" type="image/x-icon" href="<?php echo e(asset('assets/img/gnet.webp')); ?>"> <?php echo Meta::toHtml(); ?> <?php if(isset($metaTags) && $metaTags->custom_tags !== null): ?> <?php echo html_entity_decode($metaTags->custom_tags); ?> <?php endif; ?> <meta property="article:published_time" content="<?php echo e($articlePublishedTime); ?>" /> <meta property="article:modified_time" content="<?php echo e($articleModifiedTime); ?>" /> <meta property="og:locale" content="id_ID" /> <meta property="og:image:width" content="<?php echo e($ogWidth); ?>" /> <meta property="og:image:height" content="<?php echo e($ogHeight); ?>" /> <style nonce="<?php echo e($nonce); ?>"> .related-post-area .swiper-slide:nth-child(odd) { box-shadow: 0px -2px 2px 0px rgba(151, 151, 151, 0.5); -webkit-box-shadow: 0px -2px 2px 0px rgba(151, 151, 151, 0.5); -moz-box-shadow: 0px -2px 2px 0px rgba(151, 151, 151, 0.5); padding: 0 8px; } .blog-detail-content a { color: #3131C9 !important; font-weight: 700; } .ce-paragraph a { color: #3131C9; font-weight: 700; } </style> </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')); ?>"> <!-- 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"> <div class="breadcrumb__content--title text-white h1 mb-10">News & Articles</div> <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"><a class="text-white" href="/blogs">Blogs</a></li> <li class="breadcrumb__content--menu__items"><span class="text-white"><?php echo e($article->title); ?></span></li> </ul> </div> </div> </div> </div> </section> <!-- End breadcrumb section --> <!-- Start blog section --> <?php if(!empty($tableOfContents)): ?> <section class="blog__section section--padding p-0"> <div class="container-fluid inline-padding-top-20"> <div class="row"> <div class="col-xxl-3 col-xl-4 col-lg-4"> <div class="blog__sidebar--widget left widget__area d-none d-lg-block"> <div class="single__widget widget__bg"> <div class="widget__title position__relative h3">Table of Contents</div> <div class="col-lg-12 col-md-12"> <?php echo $tableOfContents; ?> </div> </div> </div> </div> <div class="col-xxl-9 col-xl-8 col-lg-8"> <div class="blog__section--inner blog__swiper--activation swiper"> <div class="section__heading "> <h1 class="text-brand h2"><?php echo e($article->title); ?></h1> </div> <div class="single-post__header-meta inline-single-post-header-meta"> <span class="posted-on inline-font-size-16"><?php echo e($formatedDate); ?></span> </div> <img src="<?php echo e(asset('uploads/' . $article->banner_image)); ?>" alt="<?php echo e($article->alt_text); ?>" class="banner-blog" width="<?php echo e($ogWidth ?? 750); ?>" height="<?php echo e($ogHeight ?? 320); ?>"> </div> <div class="blog__sidebar--widget left widget__area mt-0 position-relative top-0 d-lg-none d-block"> <div class="single__widget widget__bg"> <div class="widget__title position__relative h3 mb-3">Table of Contents</div> <div class="col-lg-12 col-md-12"> <?php echo $tableOfContents; ?> </div> </div> </div> <div class="main-content-wrapper"> <div class="inner-page-content"> <div class="single-post__info inline-single-post-info"> <div class="row mb--43 mb-md-33"> <div class="col-lg-12 col-md-12" id="content-wrapper"> <?php echo $formattedContent; ?> </div> </div> </div> </div> </div> </div> <?php if(count($suggestionArticles) >= 3): ?> <section class="related-post-area mb--80 mb-md--60 inline-related-post-area"> <div class="container"> <div class="row inline-margin-bottom-50"> <div class="col-12 text-center"> <h2 class="inline-you-might-like-title">Mungkin Anda Menyukai Artikel Lainnya </h2> </div> </div> <div class="row"> <div class="col-12"> <div class="blog__swiper--activation swiper"> <div class="swiper-wrapper"> <?php $__currentLoopData = $suggestionArticles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $suggest): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <div class="related-post"> <div class="related-post__inner inline-display-flex"> <div class="related-post__media inline-related-post-media"> <a href="/blogs/<?php echo e($suggest->url); ?>" tabindex="-1"> <img src="<?php echo e(asset('uploads/' . $suggest->banner_image)); ?>" alt="<?php echo e($suggest->alt_text); ?>" class="inline-width-100" width="<?php echo e($suggest->imgWidth ?? 150); ?>" height="<?php echo e($suggest->imgHeight ?? 64); ?>"> </a> </div> <div class="related-post__info inline-related-post-info"> <h3 class="related-post__title inline-related-post-title"> <a href="/blogs/<?php echo e($suggest->url); ?>" tabindex="-1"><?php echo e($suggest->title); ?></a> </h3> <span class="related-post__date inline-related-post-date"><?php echo e($suggest->date); ?></span> </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> </div> </div> </section> <?php endif; ?> </div> </div> </section> <?php else: ?> <section class="blog__section section--padding pt-0"> <div class="container inline-padding-top-20"> <div class="row justify-content-center"> <div class="col-lg-9"> <div class="blog__section--inner blog__swiper--activation swiper"> <div class="section__heading "> <h1 class="text-brand h2"><?php echo e($article->title); ?></h1> </div> <div class="single-post__header-meta inline-single-post-header-meta"> <span class="posted-on inline-font-size-16"><?php echo e($formatedDate); ?></span> </div> <img src="<?php echo e(asset('uploads/' . $article->banner_image)); ?>" alt="<?php echo e($article->alt_text); ?>" width="<?php echo e($ogWidth ?? 750); ?>" height="<?php echo e($ogHeight ?? 320); ?>" class="banner-blog"> </div> <div class="main-content-wrapper"> <div class="inner-page-content"> <div class="single-post__info inline-single-post-info"> <div class="row mb--43 mb-md-33"> <div class="col-lg-12 col-md-12"> <?php echo $formattedContent; ?> </div> </div> </div> </div> </div> </div> <?php if(count($suggestionArticles) >= 3): ?> <section class="related-post-area mb--80 mb-md--60 inline-related-post-area"> <div class="container"> <div class="row inline-margin-bottom-50"> <div class="col-12 text-center"> <h2 class="inline-you-might-like-title">Mungkin Anda Menyukai Artikel Lainnya </h2> </div> </div> <div class="row"> <div class="col-12"> <div class="blog__swiper--activation swiper"> <div class="swiper-wrapper"> <?php $__currentLoopData = $suggestionArticles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $suggest): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <div class="related-post"> <div class="related-post__inner inline-display-flex" > <div class="related-post__media inline-related-post-media"> <a href="/blogs/<?php echo e($suggest->url); ?>" tabindex="-1"> <img src="<?php echo e(asset('uploads/' . $suggest->banner_image)); ?>" alt="<?php echo e($suggest->alt_text); ?>" class="inline-width-100" width="<?php echo e($suggest->imgWidth ?? 150); ?>" height="<?php echo e($suggest->imgHeight ?? 64); ?>"> </a> </div> <div class="related-post__info inline-related-post-info"> <h3 class="related-post__title inline-related-post-title"> <a href="/blogs/<?php echo e($suggest->url); ?>" tabindex="-1"><?php echo e($suggest->title); ?></a> </h3> <span class="related-post__date inline-related-post-date" ><?php echo e($suggest->date); ?></span> </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> </div> </div> </section> <?php endif; ?> </div> </div> </section> <?php endif; ?> <!-- 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="<?php echo e(asset('assets/js/vendor/popper.js')); ?>" defer="defer"></script> <script src="<?php echo e(asset('assets/js/vendor/bootstrap.min.js')); ?>" defer="defer"></script> <script src="<?php echo e(asset('assets/js/plugins/swiper-bundle.min.js')); ?>" defer="defer"></script> <script src="<?php echo e(asset('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="<?php echo e(asset('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": "<?php echo $article->title; ?>", "item": "<?php echo e(url()->current()); ?>" }] } </script> </body> </html> <?php /**PATH /var/www/html/gnet_live/resources/views/blog-details.blade.php ENDPATH**/ ?>