One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
View File Name :
80890aab9412b145d2dc752885de2ea79973eb30.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords["Services"] ?? "Services"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($userSeo) ? $userSeo->services_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($userSeo) ? $userSeo->services_meta_keywords : ''); ?> <?php $__env->startSection('page-name'); ?> <?php echo e($keywords["Our_Services"] ?? "Our Services"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-name'); ?> <?php echo e($keywords["Services"] ?? "Services"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== Service Section Start ======--> <section class="service-section service-line-shape section-gap bg-white"> <div class="container"> <!-- Services Boxes --> <div class="row service-boxes justify-content-center"> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3 col-sm-6 col-10 wow fadeInUp" data-wow-duration="1500ms" data-wow-delay="400ms"> <div class="service-box-three border-0 grey-bg"> <a class="icon" <?php if($service->detail_page == 1): ?> href="<?php echo e(route('front.user.service.detail',[getParam(),'slug' => $service->slug,'id' => $service->id])); ?>" <?php endif; ?>> <img data-src="<?php echo e(isset($service->image) ? asset('assets/front/img/user/services/'.$service->image) : asset('assets/front/img/profile/service-1.jpg')); ?>" class="icon lazy" alt=""> </a> <div class="content"> <h5> <a <?php if($service->detail_page == 1): ?> href="<?php echo e(route('front.user.service.detail',[getParam(),'slug' => $service->slug,'id' => $service->id])); ?>" <?php endif; ?>><?php echo e($service->name); ?></a> </h5> <?php if($service->detail_page == 1): ?> <a href="<?php echo e(route('front.user.service.detail',[getParam(),'slug' => $service->slug,'id' => $service->id])); ?>" class="service-link"> <i class="fal fa-long-arrow-right"></i> </a> <?php endif; ?> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="line-one"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/lines/12.png')); ?>" alt="line-shape"> </div> <div class="line-two"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/lines/11.png')); ?>" alt="line-shape"> </div> </section> <!--====== Service Section End ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make('user-front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user-front/service/index.blade.php ENDPATH**/ ?>