⚝
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 :
88cf8646d8b4c94ef066cbfecbf8a2292970ceb7.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Home'] ?? 'Home'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($userSeo) ? $userSeo->home_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($userSeo) ? $userSeo->home_meta_keywords : ''); ?> <?php $__env->startSection('content'); ?> <!--====== Hero Area Start ======--> <section class="hero-area"> <div class="container"> <div class="row"> <div class="col-xl-6"> <div class="hero-content"> <h1 class="hero-title"> <?php if( $slides->count() > 0 ): ?> <?php echo e($slides->pluck('title')->first()); ?> <?php else: ?> <?php echo e($home_text->first_name ?? $user->first_name); ?> <?php echo e($home_text->last_name ?? $user->last_name); ?> <?php endif; ?> </h1> <p class="animated-text cd-headline clip is-full-width"> <span></span> <?php if( $slides->count() > 0 ): ?> <?php $designations = explode(',', $slides->pluck('description')->first() ?? ''); ?> <?php else: ?> <?php $designations = explode(',', $home_text->designation ?? ''); ?> <?php endif; ?> <span class="cd-words-wrapper"> <?php $__currentLoopData = $designations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $designation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <b class="<?php echo e($key == 0 ? 'is-visible' : ''); ?>"><?php echo e($designation); ?></b> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </span> </p> <?php if(is_array($userPermissions) && in_array('Contact', $userPermissions)): ?> <a href="<?php echo e(route('front.user.contact', getParam())); ?>" class="main-btn"><?php echo e($keywords['Hire_me'] ?? 'Hire me'); ?></a> <?php endif; ?> </div> </div> </div> </div> <?php if( $slides->count() > 0 ): ?> <?php $img = $slides->pluck('img')->first(); ?> <?php if( $img && !empty($img) ): ?> <div class="hero-img lazy" data-bg="<?php echo e(asset('assets/front/img/user/home_settings/' . $img)); ?>"> </div> <?php endif; ?> <?php elseif(isset($home_text->hero_image)): ?> <div class="hero-img lazy" data-bg="<?php echo e(asset('assets/front/img/user/home_settings/' . $home_text->hero_image)); ?>"> </div> <?php endif; ?> </section> <!--====== Hero Area End ======--> <!--====== About Section Start ======--> <section class="about-section section-gap-bottom"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6 col-md-9"> <div class="about-img"> <img class="lazy" data-src="<?php echo e(isset($home_text->about_image) ? asset('assets/front/img/user/home_settings/' . $home_text->about_image) : asset('assets/front/img/profile/about.png')); ?>" alt="Image"> </div> </div> <div class="col-lg-6 col-md-10"> <div class="about-text"> <div class="section-heading mb-20"> <span class="tagline"><?php echo e($home_text->about_title ?? 'My Resume'); ?></span> <h2 class="title"><?php echo e($home_text->about_subtitle ?? 'About Me'); ?></h2> </div> <p><?php echo nl2br($home_text->about_content ?? ''); ?></p> </div> </div> </div> </div> </section> <!--====== About Section End ======--> <?php if(is_array($userPermissions) && in_array('Skill', $userPermissions)): ?> <!--====== Skill Section Start ======--> <section class="skill-section section-gap bg-primary-color"> <div class="container"> <div class="section-heading heading-white text-center"> <span class="tagline"><?php echo e($home_text->skills_subtitle ?? __('Technical Skills')); ?></span> <h2 class="title"><?php echo e($home_text->skills_subtitle ?? __('Technical Skills')); ?></h2> </div> <div class="row justify-content-center"> <?php $__currentLoopData = $skills; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $skill): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6"> <div class="single-skill-item mt-50"> <div class="chart" data-percent="<?php echo e($skill->percentage); ?>" data-bar-color="#<?php echo e($skill->color); ?>"> <span><?php echo e($skill->percentage); ?></span> </div> <p class="title"><?php echo e($skill->title); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Skill Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Service', $userPermissions)): ?> <!--====== Service Section Start ======--> <section class="service-section section-gap"> <div class="container"> <div class="section-heading text-center mb-20"> <span class="tagline"><?php echo e($home_text->service_title ?? __('Services')); ?></span> <h2 class="title"><?php echo e($home_text->service_subtitle ?? __('What I Do ?')); ?></h2> </div> <div class="row justify-content-center services-loop"> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6 col-sm-9"> <div class="single-service-box mt-30"> <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; ?>> <div class="thumbnail"> <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="Image"> </div> </a> <h5 class="title"> <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; ?>><?php echo e(strlen($service->name) > 30 ? mb_substr($service->name, 0, 30, 'UTF-8') . '...' : $service->name); ?></a> </h5> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Service Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Achievements', $userPermissions)): ?> <!--====== Counter Section Start ======--> <section class="counter-section"> <div class="container"> <div class="row"> <?php $__currentLoopData = $achievements; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $achievement): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3 col-md-6"> <div class="counter-item"> <div class="counter-inner"> <div class="counter-wrap"> <span class="counter"><?php echo e($achievement->count); ?></span> <span class="s">+</span> </div> <h6 class="title"><?php echo e($achievement->title); ?></h6> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Counter Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Portfolio', $userPermissions)): ?> <!--====== Project Section Start ======--> <section class="project-section section-gap"> <div class="container"> <div class="section-heading text-center mb-50"> <span class="tagline"><?php echo e($home_text->portfolio_title ?? __('Portfolios')); ?></span> <h2 class="title"><?php echo e($home_text->portfolio_subtitle ?? __('Portfolios')); ?></h2> </div> <div class="project-filter"> <ul> <li data-filter="*" class="active">All</li> <?php $__currentLoopData = $portfolio_categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio_category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li data-filter=".cat-<?php echo e($portfolio_category->id); ?>"><?php echo e($portfolio_category->name); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <div class="project-loop row"> <?php if(count($portfolios) > 0): ?> <?php $__currentLoopData = $portfolios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3 col-md-6 cat-<?php echo e($portfolio->bcategory->id ?? ''); ?>"> <div class="project-item"> <div class="project-thumbnail"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/portfolios/' . $portfolio->image)); ?>" alt="ProjectImage"> </div> <div class="hover-content"> <div class="content-inner"> <a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $portfolio->slug, $portfolio->id])); ?>" class="plus-icon"></a> <a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $portfolio->slug, $portfolio->id])); ?>" class="title"><?php echo e(strlen($portfolio->title) > 25 ? mb_substr($portfolio->title, 0, 25, 'UTF-8') . '...' : $portfolio->title); ?></a> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </section> <!--====== Project Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Testimonial', $userPermissions)): ?> <!--====== Testimonial Section Start ======--> <section class="testimonial-section"> <div class="container"> <div class="section-heading mb-50"> <span class="tagline"><?php echo e($home_text->testimonial_title ?? __('Testimonials')); ?></span> <h2 class="title"><?php echo e($home_text->testimonial_subtitle ?? __('Testimonials')); ?></h2> </div> <div class="row testimonial-slider"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col"> <div class="testimonial-box"> <div class="author-photo"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/testimonials/' . $testimonial->image)); ?>" alt="Image"> <svg width="117" height="114" viewBox="0 0 117 114"> <path d="M89.8169 85.345L65.5127 98.7562C60.3865 101.585 54.145 101.463 49.1422 98.4367L25.3831 84.1077C20.3803 81.0815 17.3725 75.6305 17.4795 69.7846L18.0246 42.0444C18.1316 36.1985 21.3562 30.8531 26.4824 28.0244L50.7866 14.6132C55.9128 11.7846 62.1543 11.9065 67.1571 14.9327L90.9162 29.2617C95.919 32.2879 98.9268 37.7389 98.8198 43.5848L98.2747 71.325C98.1677 77.1709 94.9431 82.5163 89.8169 85.345Z" /> </svg> </div> <div class="author-info"> <h5 class="name"><?php echo e($testimonial->name); ?></h5> <?php if(!empty($testimonial->occupation)): ?> <span class="title"><?php echo e($testimonial->occupation); ?></span> <?php endif; ?> </div> <p class="content"><?php echo nl2br($testimonial->content); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Testimonial Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Blog', $userPermissions)): ?> <!--====== Blog Section Start ======--> <section class="blog-section section-gap"> <div class="container"> <div class="section-heading text-center mb-20"> <span class="tagline"><?php echo e($home_text->blog_title ?? __('Blogs')); ?></span> <h2 class="title"><?php echo e($home_text->blog_subtitle ?? 'Blogs'); ?></h2> </div> <div class="row justify-content-center latest-blog-loop"> <?php $__currentLoopData = $blogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6 col-sm-10"> <div class="single-latest-post mt-30"> <div class="thumbnail"> <a href="<?php echo e(route('front.user.blog.detail', [getParam(), $blog->slug, $blog->id])); ?>"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/blogs/' . $blog->image)); ?>" alt="Image"> </a> </div> <ul class="post-meta"> <li> <a><i class="fas fa-user"></i><?php echo e($keywords['by'] ?? 'by'); ?> <?php echo e($user->username); ?></a> </li> <li> <a><i class="far fa-calendar-alt"></i><?php echo e(\Carbon\Carbon::parse($blog->created_at)->format('F j, Y')); ?></a> </li> </ul> <h3 class="title"> <a href="<?php echo e(route('front.user.blog.detail', [getParam(), $blog->slug, $blog->id])); ?>"><?php echo e(strlen($blog->title) > 45 ? mb_substr($blog->title, 0, 45, 'UTF-8') . '...' : $blog->title); ?></a> </h3> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Blog Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Contact', $userPermissions)): ?> <!--====== Contact Section Start ======--> <section class="contact-section section-gap-bottom"> <div class="container"> <div class="section-heading text-center mb-50"> <span class="tagline"><?php echo e($home_text->contact_title ?? __('Get in touch')); ?></span> <h2 class="title"><?php echo e($home_text->contact_subtitle ?? __('Get in touch')); ?></h2> </div> <div class="contact-form"> <form action="<?php echo e(route('front.contact.message', [getParam()])); ?>" enctype="multipart/form-data" method="post"> <?php echo csrf_field(); ?> <input type="hidden" name="id" value="<?php echo e($user->id); ?>"> <div class="row"> <div class="col-lg-4 col-md-6"> <div class="input-field mb-30"> <label for="name"><?php echo e($keywords['Name'] ?? 'Name'); ?></label> <input type="text" placeholder="<?php echo e($keywords['Name'] ?? 'Name'); ?>" name="fullname" required id="name"> <?php if($errors->has('fullname')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('fullname')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-4 col-md-6"> <div class="input-field mb-30"> <label for="email"><?php echo e($keywords['Email_Address'] ?? 'Email Address'); ?></label> <input type="email" placeholder="<?php echo e($keywords['Email_Address'] ?? 'Email Address'); ?>" name="email" required id="email"> <?php if($errors->has('email')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('email')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-4"> <div class="input-field mb-30"> <label for="subject"><?php echo e($keywords['Subject'] ?? 'Subject'); ?></label> <input type="text" placeholder="<?php echo e($keywords['Subject'] ?? 'Subject'); ?>" name="subject" required id="subject"> <?php if($errors->has('subject')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('subject')); ?></p> <?php endif; ?> </div> </div> <div class="col-12"> <div class="input-field mb-30"> <label for="message"><?php echo e($keywords['Message'] ?? 'Message'); ?></label> <textarea placeholder="<?php echo e($keywords['Message'] ?? 'Message'); ?>" name="message" id="message"></textarea> <?php if($errors->has('message')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('message')); ?></p> <?php endif; ?> </div> </div> <div class="col-12"> <div class="input-field text-center"> <button type="submit" class="main-btn"><?php echo e($keywords['Send_Message'] ?? 'Send Message'); ?></button> </div> </div> </div> </form> </div> </div> </section> <!--====== Contact Section End ======--> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme6.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme6/index.blade.php ENDPATH**/ ?>