⚝
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 :
d47ef96f657e7b8a109fd767118ed313b78a7f7b.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Services'] ?? 'Services'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('styles'); ?> <?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('content'); ?> <?php $__env->startSection('br-title'); ?> <?php echo e($keywords['Services'] ?? 'Services'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords['Services'] ?? 'Services'); ?> <?php $__env->stopSection(); ?> <!--====== Breadcrumbs Start ======--> <section class="breadcrumbs-section"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-10"> <div class="page-title"> <h1><?php echo $__env->yieldContent('br-title'); ?></h1> <ul class="breadcrumbs-link"> <li><a href="<?php echo e(route('front.user.detail.view', getParam())); ?>"><?php echo e($keywords['Home'] ?? 'Home'); ?></a> </li> <li class=""><?php echo $__env->yieldContent('br-title'); ?></li> </ul> </div> </div> </div> </div> </section> <!--====== Breadcrumbs End ======--> <!--====== Start Main Wrapper ======--> <section class="page-content-section section-gap"> <div class="container"> <div class="service-slider"> <div class="row"> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6"> <div class="service-item mb-30"> <div class="service-img"> <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; ?>> <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="lazy" alt=""> </a> <div class="service-overlay"> <div class="service-content"> <?php if($service->detail_page == 1): ?> <h3 class="title mt-3"> <a href="<?php echo e(route('front.user.service.detail', [getParam(), 'slug' => $service->slug, 'id' => $service->id])); ?>"> <?php echo e(strlen($service->name) > 30 ? mb_substr($service->name, 0, 30, 'UTF-8') . '...' : $service->name); ?> </a> </h3> <?php else: ?> <h3 class="title"> <?php echo e(strlen($service->name) > 30 ? mb_substr($service->name, 0, 30, 'UTF-8') . '...' : $service->name); ?> </h3> <?php endif; ?> <?php if($service->detail_page == 1): ?> <a href="<?php echo e(route('front.user.service.detail', [getParam(), 'slug' => $service->slug, 'id' => $service->id])); ?>" class="btn-link"> <?php echo e($keywords['Read_More'] ?? 'Read More'); ?> </a> <?php endif; ?> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <!--====== End Main Wrapper ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.' . $layout . '.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme6-8/services.blade.php ENDPATH**/ ?>