⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.140
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
www
/
core
/
storage
/
framework
/
views
/
View File Name :
bcd194eeab70ab56be9d5f438632b152c027fa66.php
<?php $__env->startSection('pagename'); ?> - <?php echo e(__('Service')); ?> - <?php echo e(convertUtf8($service->title)); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-keywords', "$service->meta_keywords"); ?> <?php $__env->startSection('meta-description', "$service->meta_description"); ?> <?php $__env->startSection('breadcrumb-title', convertUtf8($bs->service_details_title)); ?> <?php $__env->startSection('breadcrumb-subtitle', convertUtf8($service->title)); ?> <?php $__env->startSection('breadcrumb-link', __('Service Details')); ?> <?php $__env->startSection('content'); ?> <!-- services details section start --> <div class="pt-115 pb-110 service-details-section"> <div class="container"> <div class="row"> <div class="<?php echo e($service->sidebar == 1 ? 'col-lg-7' : 'col-12'); ?>"> <div class="service-details"> <?php echo replaceBaseUrl(convertUtf8($service->content)); ?> </div> </div> <!-- service sidebar start --> <?php if($service->sidebar == 1): ?> <div class="col-lg-4"> <div class="blog-sidebar-widgets"> <div class="searchbar-form-section"> <form action="<?php echo e(route('front.services')); ?>"> <div class="searchbar"> <input name="category" type="hidden" value="<?php echo e(request()->input('category')); ?>"> <input name="term" type="text" placeholder="<?php echo e(__('Search Services')); ?>" value="<?php echo e(request()->input('term')); ?>"> <button type="submit"><i class="fa fa-search"></i></button> </div> </form> </div> </div> <?php if(serviceCategory()): ?> <div class="blog-sidebar-widgets category-widget"> <div class="category-lists job"> <h4><?php echo e(__('Categories')); ?></h4> <ul> <?php $__currentLoopData = $scats; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $scat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="single-category <?php echo e((!empty($service->scategory) && $service->scategory->id == $scat->id) ? 'active' : ''); ?>"><a href="<?php echo e(route('front.services', ['category' => $scat->id, 'term'=>request()->input('term')])); ?>"><?php echo e(convertUtf8($scat->name)); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <?php endif; ?> <div class="subscribe-section"> <span><?php echo e(__('SUBSCRIBE')); ?></span> <h3><?php echo e(__('SUBSCRIBE FOR NEWSLETTER')); ?></h3> <form id="subscribeForm" class="subscribe-form" action="<?php echo e(route('front.subscribe')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="form-element"><input name="email" type="email" placeholder="<?php echo e(__('Email')); ?>"></div> <p id="erremail" class="text-danger mb-3 err-email"></p> <div class="form-element"><input type="submit" value="<?php echo e(__('Subscribe')); ?>"></div> </form> </div> </div> <?php endif; ?> <!-- service sidebar end --> </div> </div> </div> <!-- services details section end --> <?php $__env->stopSection(); ?> <?php echo $__env->make("front.$version.layout", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/smarbgfw/public_html/core/resources/views/front/service-details.blade.php ENDPATH**/ ?>