/
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')); ?>"> <!-- 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 about-details"> <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">Lokasi Pembelian GNET</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="/about-us">About Us</a> </li> <li class="breadcrumb__content--menu__items"><span class="text-white">Lokasi Pembelian GNET</span> </li> </ul> </div> </div> </div> </div> </section> <!-- End breadcrumb section --> <div class="description-wrapper"> <h4>Lokasi pembelian resmi GNET Indonesia yang dioperasikan melalui GIAS Group di berbagai wilayah</h4> <div class="line"></div> </div> <!-- Start about section --> <section class="about__section mb-95"> <div class="container-fluid"> <!-- Start Search By Location --> <div class="d-flex justify-content-center mb-50"> <form class="predictive__search--form distributor" action="/titik-distribusi" method="GET"> <div class="d-flex gap-3 flex-column flex-md-row justify-content-between"> <div class="position-relative flex-fill"> <label class="mb-0"> <input name="province" id="input-search-province" class="predictive__search--input" placeholder="Search by province" type="text" autocomplete="off" value="<?php echo e(isset($search_province) ? $search_province : ''); ?>"> </label> <div class="dropdown__province shadow-lg"> <ul id="suggestion__list-province"> <?php $__currentLoopData = $provinces; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="province__items"><?php echo e($item); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <div class="position-relative flex-fill"> <label class="mb-0"> <input name="city" id="input-search-city" class="predictive__search--input" placeholder="Search by city" type="text" autocomplete="off" value="<?php echo e(isset($search_city) ? $search_city : ''); ?>"> </label> <div class="dropdown__city shadow-lg"> <ul id="suggestion__list-city"> <?php $__currentLoopData = $cities; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="city__items"><?php echo e($item); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <div class="d-flex gap-3"> <button type="submit" class="predictive__search--button" aria-label="search button"> <svg class="header__search--button__svg" xmlns="http://www.w3.org/2000/svg" width="30.51" height="25.443" viewBox="0 0 512 512"> <path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" /> <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448" /> </svg> </button> <?php if(isset($search_province) || isset($search_city)): ?> <a href="/titik-distribusi" class="predictive__search--button bg-danger text-white">RESET</a> <?php endif; ?> </div> </div> </form> </div> <!-- End Search By Location --> <div class="row row-cols-1 row-cols-md-2 row-cols-lg-4"> <?php $__currentLoopData = $branches; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $branch): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col mb-5"> <div class="about__card--distribution p-5"> <div class="about__card--title-and-address"> <h4 class="about__card--title"><?php echo e($branch->branch_name); ?></h4> <p><?php echo e($branch->address); ?></p> </div> <div class="about__card--call"> <p>Telepon:</p> <div class="about__card--call__items"> <?php if(!is_null($branch->no_telp)): ?> <p><span class="icon flaticon-call-1"></span> <?php echo e($branch->no_telp); ?></p> <?php else: ?> <p><span class="icon flaticon-call-1"></span> <span class="fw-bold">-</span></p> <?php endif; ?> <?php if($branch->no_wa !== ''): ?> <a class="telp-distribusi" href="https://api.whatsapp.com/send?phone=<?php echo e($branch->no_wa); ?>" target="_blank" rel="noreferrer"> <p><span class="icon flaticon-whatsapp"></span> <?php echo e($branch->no_wa); ?></p> </a> <?php else: ?> <p><span class="icon flaticon-whatsapp"></span> <span class="fw-bold">-</span><p> <?php endif; ?> </div> <p> <a href="/titik-distribusi/<?php echo e($branch->slug); ?>" class="about__card--loc">Lihat Detail</a> </p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!-- End about section --> <!-- Start brand logo section --> <?php echo $__env->make('components.logo-swiper',['hideTitle' => true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- End brand logo 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="<?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> </body> </html> <?php /**PATH /var/www/html/gnet_live/resources/views/titik-distribusi.blade.php ENDPATH**/ ?>