/
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')); ?>"> <!-- Inline Style CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/inline-style.css')); ?>"> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/editorjs.umd.min.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/header.latest.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/quote.umd.min.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/nested-list-latest.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/checklist_latest.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/embed_latest.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/table_latest.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/delimiter_latest.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/raw_latest.js')); ?>" ></script> <script nonce="<?php echo e($nonce); ?>" src="<?php echo e(asset('assets/js/image-uploads.min.js')); ?>" ></script> <!-- 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" > Kebijakan Privasi </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" > <a class="text-white" href="/#" >Kebijakan Privasi</a > </li> </ul> </div> </div> </div> </div> </section> <!-- End breadcrumb section --> <!-- Start content section --> <section class="content__section section--padding"> <div class="container-fluid"> <div class=""> <?php echo $renderedContent; ?> </div> </div> </section> <!-- End content 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="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script nonce="<?php echo e($nonce); ?>" src="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.js" ></script> <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> <!-- Customscript js --> <script src="<?php echo e(asset('assets/js/script.min.js')); ?>" defer="defer" ></script> </body> </html> <?php /**PATH /var/www/html/gnet_live/resources/views/privacy-policy.blade.php ENDPATH**/ ?>