⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
8b690811c1fb26d4d5c50f796dbbea154f4f4346.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('br-title'); ?> <?php echo e($keywords["Service_Details"] ?? "Service Details"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords["Service_Details"] ?? "Service Details"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="single-page-details service-details pb-30 inner-section-gap"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="single-page-wrapper mb-30"> <div class="post-item"> <div class="post-img mb-20"> <img data-src="<?php echo e(asset('assets/front/img/user/services/'.$service->image)); ?>" class="img-fluid lazy" alt=""> </div> <div class="entry-content"> <h3 class="title mb-4 mt-2"><?php echo e($service->name); ?></h3> <div class="summernote-content"> <?php echo replaceBaseUrl($service->content); ?> </div> </div> </div> <div class="post-share"> <ul class="social-link"> <li><a href="//www.facebook.com/sharer/sharer.php?u=<?php echo e(urlencode(url()->current())); ?>" class="facebook"><i class="fab fa-facebook-f"></i><?php echo e($keywords["Facebook"] ?? "Facebook"); ?></a></li> <li><a href="//twitter.com/intent/tweet?text=my share text&url=<?php echo e(urlencode(url()->current())); ?>" class="twitter"><i class="fab fa-twitter"></i><?php echo e($keywords["Twitter"] ?? "Twitter"); ?></a></li> <li><a href="//www.linkedin.com/shareArticle?mini=true&url=<?php echo e(urlencode(url()->current())); ?>&title=<?php echo e($service->name); ?>" class="linkedin"><i class="fab fa-linkedin-in"></i><?php echo e($keywords["Linkedin"] ?? "Linkedin"); ?></a></li> </ul> </div> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make("user.$folder.layout", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile-common/service-details.blade.php ENDPATH**/ ?>