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 :
96e9c307d4ae58cda9d575a65ab898d2ce722dc8.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords["Service_Details"] ?? "Service Details"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('og-meta'); ?> <meta property="og:image" content="<?php echo e(asset('assets/front/img/user/services/'.$service->image)); ?>"> <meta property="og:image:type" content="image/png"> <meta property="og:image:width" content="1024"> <meta property="og:image:height" content="1024"> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', $service->meta_description); ?> <?php $__env->startSection('meta-keywords', $service->meta_keywords); ?> <?php $__env->startSection('page-name'); ?> <?php echo e($keywords["Service_Details"] ?? "Service Details"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-name'); ?> <?php echo e($keywords["Service_Details"] ?? "Service Details"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== Service Details Start ======--> <section class="service-details section-gap"> <div class="container"> <div class="row"> <!-- Details Content --> <div class="col-lg-10 offset-lg-1"> <div class="post-details-wrap"> <div class="post-content"> <h3 class="title"><?php echo e($service->title); ?></h3> <div class="summernote-content"> <?php echo replaceBaseUrl($service->content); ?> </div> </div> <div class="post-footer d-md-flex align-items-md-center justify-content-md-between"> <div class="post-share"> <ul class="d-flex align-items-center"> <li class="title mr-2"><?php echo e($keywords["Share"] ?? "Share"); ?></li> <li><a href="//www.facebook.com/sharer/sharer.php?u=<?php echo e(urlencode(url()->current())); ?>"><i class="fab fa-facebook-f mr-2"></i></a></li> <li><a href="//twitter.com/intent/tweet?text=my share text&url=<?php echo e(urlencode(url()->current())); ?>"><i class="fab fa-twitter mr-2"></i></a></li> <li><a href="//www.linkedin.com/shareArticle?mini=true&url=<?php echo e(urlencode(url()->current())); ?>&title=<?php echo e(convertUtf8($service->name)); ?>"><i class="fab fa-linkedin-in mr-2"></i></a></li> </ul> </div> </div> </div> </div> <!-- Sidebar --> </div> </div> </section> <!--====== Service Details 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/show.blade.php ENDPATH**/ ?>