⚝
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 :
ae9903dbb046249e6ece374d5ddd980a1d980e46.php
<?php $__env->startSection('meta-keywords', "$be->home_meta_keywords"); ?> <?php $__env->startSection('meta-description', "$be->home_meta_description"); ?> <?php $__env->startSection('content'); ?> <!-- hero area start --> <?php if($bs->home_version == 'static'): ?> <?php if ($__env->exists('front.cleaning.partials.static')) echo $__env->make('front.cleaning.partials.static', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php elseif($bs->home_version == 'slider'): ?> <?php if ($__env->exists('front.cleaning.partials.slider')) echo $__env->make('front.cleaning.partials.slider', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php elseif($bs->home_version == 'video'): ?> <?php if ($__env->exists('front.cleaning.partials.video')) echo $__env->make('front.cleaning.partials.video', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php elseif($bs->home_version == 'particles'): ?> <?php if ($__env->exists('front.cleaning.partials.particles')) echo $__env->make('front.cleaning.partials.particles', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php elseif($bs->home_version == 'water'): ?> <?php if ($__env->exists('front.cleaning.partials.water')) echo $__env->make('front.cleaning.partials.water', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php elseif($bs->home_version == 'parallax'): ?> <?php if ($__env->exists('front.cleaning.partials.parallax')) echo $__env->make('front.cleaning.partials.parallax', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <!-- hero area end --> <!-- CATAGORIES PART START --> <?php if($bs->feature_section == 1): ?> <section class="catagories-area pt-100 pb-100"> <div class="container"> <div class="catagories-carousel-active"> <div class="row"> <?php $__currentLoopData = $features; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $feature): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3 col-md-6"> <div class="single-catagories-item text-center"> <span style="background: #<?php echo e($feature->color); ?>2a;"><i style="color: #<?php echo e($feature->color); ?>;" class="<?php echo e($feature->icon); ?>"></i></span> <h4><?php echo e(convertUtf8($feature->title)); ?></h4> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <?php endif; ?> <!-- CATAGORIES PART END --> <!-- SERVICE PART START --> <?php if($bs->service_section == 1): ?> <section class="service-area pb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title-one text-center"> <span><?php echo e(convertUtf8($bs->service_section_title)); ?></span> <h1><?php echo e(convertUtf8($bs->service_section_subtitle)); ?></h1> </div> </div> </div> <div class="service-carousel-active service-slick"> <?php if(serviceCategory()): ?> <?php $__currentLoopData = $scategories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $scat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-service-item"> <?php if(!empty($scat->image)): ?> <div class="single-service-bg"> <img data-src="<?php echo e(asset('assets/front/img/service_category_icons/'.$scat->image)); ?>" class="img-fluid lazy" alt=""> <span><i class="fas fa-quidditch"></i></span> <div class="single-service-link"> <a href="<?php echo e(route('front.services', ['category'=>$scat->id])); ?>" class="main-btn service-btn"><?php echo e(__('View Services')); ?></a> </div> </div> <div class="single-service-content"> <h4><?php echo e(convertUtf8($scat->name)); ?></h4> <p> <?php if(strlen($scat->short_text) > 100): ?> <?php echo e(mb_substr($scat->short_text, 0, 100, 'utf-8')); ?><span style="display: none;"><?php echo e(mb_substr($scat->short_text, 100, null, 'utf-8')); ?></span> <a href="#" class="see-more"><?php echo e(__('see more')); ?>...</a> <?php else: ?> <?php echo e(convertUtf8($scat->short_text)); ?> <?php endif; ?> </p> </div> <?php endif; ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php elseif(!serviceCategory()): ?> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-service-item"> <?php if(!empty($service->main_image)): ?> <div class="single-service-bg"> <img data-src="<?php echo e(asset('assets/front/img/services/' . $service->main_image)); ?>" class="lazy" alt=""> <span><i class="fas fa-quidditch"></i></span> <?php if($service->details_page_status == 1): ?> <div class="single-service-link"> <a href="<?php echo e(route('front.servicedetails', [$service->slug, $service->id])); ?>" class="main-btn service-btn"><?php echo e(__('View More')); ?></a> </div> <?php endif; ?> </div> <div class="single-service-content"> <h4><?php echo e(convertUtf8($service->title)); ?></h4> <p> <?php if(strlen(convertUtf8($service->summary)) > 100): ?> <?php echo e(mb_substr($service->summary, 0, 100, 'utf-8')); ?><span style="display: none;"><?php echo e(mb_substr($service->summary, 100, null, 'utf-8')); ?></span> <a href="#" class="see-more"><?php echo e(__('see more')); ?>...</a> <?php else: ?> <?php echo e(convertUtf8($service->summary)); ?> <?php endif; ?> </p> </div> <?php endif; ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </section> <?php endif; ?> <!-- SERVICE PART END --> <!-- ABOUT PART START --> <?php if($bs->approach_section == 1): ?> <section class="about-area pt-120 pb-120"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="section-title-two"> <span><?php echo e(convertUtf8($bs->approach_title)); ?></span> <h1><?php echo e(convertUtf8($bs->approach_subtitle)); ?></h1> </div> <?php if(!empty($bs->approach_button_url) && !empty($bs->approach_button_text)): ?> <div class="button_box"> <a href="<?php echo e($bs->approach_button_url); ?>" class="main-btn about-btn"><?php echo e(convertUtf8($bs->approach_button_text)); ?></a> </div> <?php endif; ?> </div> <div class="col-lg-6"> <?php $__currentLoopData = $points; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $point): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-about-item"> <p class="bg-1" style="color: #<?php echo e($point->color); ?>; background: #<?php echo e($point->color); ?>2a;"><span><i class="<?php echo e($point->icon); ?>"></i></span></p> <h4><?php echo e(convertUtf8($point->title)); ?> <span> <?php if(strlen($point->short_text) > 150): ?> <?php echo e(mb_substr($point->short_text, 0, 150, 'utf-8')); ?><span style="display: none;"><?php echo e(mb_substr($point->short_text, 150, null, 'utf-8')); ?></span> <a href="#" class="see-more"><?php echo e(__('see more')); ?>...</a> <?php else: ?> <?php echo e(convertUtf8($point->short_text)); ?> <?php endif; ?> </span> </h4> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <?php endif; ?> <!-- ABOUT PART END --> <!-- PROJECT COUNTER PART START --> <?php if($bs->statistics_section == 1): ?> <section class="project-counter-area" style="background-image: url('<?php echo e(asset('assets/front/img/'.$be->statistics_bg)); ?>'); background-size:cover; <?php if($bs->home_version == 'parallax'): ?> background-attachment: fixed; <?php endif; ?>"> <div class="container"> <div class="row"> <?php $__currentLoopData = $statistics; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $statistic): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3 col-md-6"> <div class="single-counter-item"> <span><i class="<?php echo e($statistic->icon); ?>"></i></span> <h1><span class="count"><?php echo e(convertUtf8($statistic->quantity)); ?></span> +</h1> <p><?php echo e(convertUtf8($statistic->title)); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <!-- PROJECT COUNTER PART END --> <!-- PROJECT VIDEO PART START --> <?php if($bs->intro_section == 1): ?> <section class="project-video-area pt-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title-one text-center"> <span><?php echo e(convertUtf8($bs->intro_section_title)); ?></span> <h1><?php echo e(convertUtf8($bs->intro_section_text)); ?></h1> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="video-content" style="background-image: url('<?php echo e(asset('assets/front/img/'.$bs->intro_bg)); ?>');background-size:cover;"> <a href="<?php echo e($bs->intro_section_video_link); ?>" class="play-btn video-popup"><i class="fa fa-play"></i></a> </div> <?php if(!empty($bs->intro_section_button_url) && !empty($bs->intro_section_button_text)): ?> <div class="video-btn-area"> <a href="<?php echo e($bs->intro_section_button_url); ?>" class="main-btn video-btn" target="_blank"><?php echo e(convertUtf8($bs->intro_section_button_text)); ?></a> </div> <?php endif; ?> </div> </div> </div> </section> <?php endif; ?> <!-- PROJECT VIDEO PART END --> <!-- TESTIMONIAL PART START --> <?php if($bs->testimonial_section == 1): ?> <section class="testimonial-area pt-120 pb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title-one text-center"> <span><?php echo e(convertUtf8($bs->testimonial_title)); ?></span> <h1><?php echo e(convertUtf8($bs->testimonial_subtitle)); ?></h1> </div> </div> </div> <div class="testimonial-active"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-testimonial-item"> <div class="testimonial-author-img"> <img data-src="<?php echo e(asset('assets/front/img/testimonials/'.$testimonial->image)); ?>" class="img-fluid lazy" alt=""> </div> <div class="testimonial-author-details"> <h4><?php echo e(convertUtf8($testimonial->name)); ?> <span><?php echo e(convertUtf8($testimonial->rank)); ?></span></h4> <p><?php echo e(convertUtf8($testimonial->comment)); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <!-- TESTIMONIAL PART END --> <!-- PROJECT PART START --> <?php if($bs->portfolio_section == 1): ?> <section class="project-area pb-120"> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="section-title-two"> <span><?php echo e(convertUtf8($bs->portfolio_section_title)); ?></span> <h1><?php echo e(convertUtf8($bs->portfolio_section_text)); ?></h1> </div> </div> <div class="col-lg-4 text-right"> <a href="<?php echo e(route('front.portfolios')); ?>" class="project-btn"><?php echo e(__('View More')); ?> <i class="fa fa-arrow-right"></i></a> </div> </div> </div> <div class="container-fluid"> <div class="project-slider-active project-slick"> <?php $__currentLoopData = $portfolios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $portfolio): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-project-item"> <img data-src="<?php echo e(asset('assets/front/img/portfolios/featured/'.$portfolio->featured_image)); ?>" class="lazy" alt=""> <div class="project-link text-center"> <h4><?php echo e(strlen($portfolio->title) > 36 ? mb_substr($portfolio->title, 0, 36, 'utf-8') . '...' : $portfolio->title); ?></h4> <?php if(!empty($portfolio->service)): ?> <span><?php echo e(convertUtf8($portfolio->service->title)); ?></span> <?php endif; ?> <a href="<?php echo e(route('front.portfoliodetails', [$portfolio->slug, $portfolio->id])); ?>" class="main-btn project-link-btn"><?php echo e(__('View Details')); ?></a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <!-- PROJECT PART END --> <!-- TEAM PART START --> <?php if($bs->team_section == 1): ?> <section class="team-area pb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title-one text-center"> <span><?php echo e(convertUtf8($bs->team_section_title)); ?></span> <h1><?php echo e(convertUtf8($bs->team_section_subtitle)); ?></h1> </div> </div> </div> <div class="team-carousel-active team-slick"> <?php $__currentLoopData = $members; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $member): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-team-item"> <img data-src="<?php echo e(asset('assets/front/img/members/'.$member->image)); ?>" class="lazy" alt=""> <div class="single-team-content"> <div class="single-team-member-details"> <h4><?php echo e(convertUtf8($member->name)); ?></h4> <p><?php echo e(convertUtf8($member->rank)); ?></p> </div> <ul class="team-social-links"> <?php if(!empty($member->facebook)): ?> <li><a href="<?php echo e($member->facebook); ?>" target="_blank"><i class="fab fa-facebook-f"></i></a></li> <?php endif; ?> <?php if(!empty($member->twitter)): ?> <li><a href="<?php echo e($member->twitter); ?>" target="_blank"><i class="fab fa-twitter"></i></a></li> <?php endif; ?> <?php if(!empty($member->linkedin)): ?> <li><a href="<?php echo e($member->linkedin); ?>" target="_blank"><i class="fab fa-linkedin-in"></i></a></li> <?php endif; ?> <?php if(!empty($member->instagram)): ?> <li><a href="<?php echo e($member->instagram); ?>" target="_blank"><i class="fab fa-instagram"></i></a></li> <?php endif; ?> </ul> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <!-- TEAM PART END --> <!-- CTA PART START --> <?php if($bs->call_to_action_section == 1): ?> <section class="cta-area" style="background-image: url('<?php echo e(asset('assets/front/img/'.$bs->cta_bg)); ?>'); background-size:cover; <?php if($bs->home_version == 'parallax'): ?> background-attachment: fixed; <?php endif; ?>"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-8"> <h1><?php echo e(convertUtf8($bs->cta_section_text)); ?></h1> </div> <div class="col-lg-4 text-center"> <a href="<?php echo e($bs->cta_section_button_url); ?>" class="main-btn cta-btn"><?php echo e(convertUtf8($bs->cta_section_button_text)); ?></a> </div> </div> </div> </section> <?php endif; ?> <!-- CTA PART END --> <!-- PRICING PART START --> <?php if($be->pricing_section == 1): ?> <section class="price-area pt-100 pb-100"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title-one text-center"> <span><?php echo e(convertUtf8($be->pricing_title)); ?></span> <h1><?php echo e(convertUtf8($be->pricing_subtitle)); ?></h1> </div> </div> </div> <div class="price-carousel-active pricing-slick"> <?php $__currentLoopData = $packages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $package): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-price-item text-center"> <div class="price-heading"> <h3><?php echo e(convertUtf8($package->title)); ?></h3> <span><?php echo e(__('Featured Package')); ?></span> </div> <h1 class="bg-1" style="background: #<?php echo e($package->color); ?>;"><?php echo e($bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : ''); ?><?php echo e($package->price); ?><?php echo e($bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : ''); ?></h1> <div class="price-cata mb-4"> <?php echo replaceBaseUrl(convertUtf8($package->description)); ?> </div> <?php if($package->order_status == 1): ?> <a href="<?php echo e(route('front.packageorder.index', $package->id)); ?>" class="main-btn price-btn"><?php echo e(__('Place Order')); ?></a> <?php endif; ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <!-- PRICING PART END --> <!-- BLOG PART START --> <?php if($bs->news_section == 1): ?> <section class="blog-area pb-120"> <div class="container"> <div class="row"> <div class="col-lg-7"> <div class="section-title-two"> <span><?php echo e(convertUtf8($bs->blog_section_title)); ?></span> <h1><?php echo e(convertUtf8($bs->blog_section_subtitle)); ?></h1> </div> </div> <div class="col-lg-5 text-right"> <a href="<?php echo e(route('front.blogs')); ?>" class="blog-link"><?php echo e(__('View More')); ?> <i class="fa fa-arrow-right"></i></a> </div> </div> <div class="blog-carousel-active blog-slick"> <?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-blog-item"> <div class="single-blog-img"> <img data-src="<?php echo e(asset('assets/front/img/blogs/'.$blog->main_image)); ?>" class="lazy" alt=""> </div> <div class="single-blog-details"> <?php $blogDate = \Carbon\Carbon::parse($blog->created_at)->locale("$currentLang->code"); $blogDate = $blogDate->translatedFormat('d M. Y'); ?> <span><i class="fa fa-arrow-right"></i><?php echo e(__('By')); ?> <?php echo e(__('Admin')); ?></span> <span><i class="fa fa-arrow-right"></i><?php echo e($blogDate); ?></span> <h4><?php echo e(strlen($blog->title) > 40 ? mb_substr($blog->title, 0, 40, 'utf-8') . '...' : $blog->title); ?></h4> <p><?php echo strlen(strip_tags($blog->content)) > 100 ? mb_substr(strip_tags($blog->content), 0, 100, 'utf-8') . '...' : strip_tags($blog->content); ?></p> <a href="<?php echo e(route('front.blogdetails', [$blog->slug, $blog->id])); ?>" class="blog-btn"><?php echo e(__('Read More')); ?> <i class="fa fa-arrow-right"></i></a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <!-- BLOG PART END --> <!-- BRAND PART START --> <?php if($bs->partner_section == 1): ?> <section class="bran-area pb-120"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="brand-container brand-carousel-active"> <?php $__currentLoopData = $partners; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $partner): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-brand-logo"> <a class="d-block" href="<?php echo e($partner->url); ?>" target="_blank"><img data-src="<?php echo e(asset('assets/front/img/partners/'.$partner->image)); ?>" class="img-fluid lazy" alt=""></a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </section> <?php endif; ?> <!-- BRAND PART END --> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.cleaning.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/smarbgfw/public_html/core/resources/views/front/cleaning/index1.blade.php ENDPATH**/ ?>