⚝
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 :
1c5a007c2979c1d46713e35668510d893a3d1ef3.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'); ?> <!--====== Start Hero Section ======--> <section class="hero-section"> <div class="container"> <div class="row align-items-end"> <div class="col-lg-6"> <div class="hero-text"> <h2 class="hero-title"> <span> <?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; ?> </span> </h2> <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 class="col-xl-6 col-lg-5"> <div class="hero-image-wrapper"> <?php if( $slides->count() > 0 ): ?> <?php $img = $slides->pluck('img')->first(); ?> <?php if( $img && !empty($img) ): ?> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/home_settings/' . $img)); ?>" alt="Image"> <?php endif; ?> <?php elseif(isset($home_text->hero_image)): ?> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/home_settings/' . $home_text->hero_image)); ?>" alt="Image"> <?php endif; ?> <ul class="icons d-none"> <li><img src="<?php echo e(asset('assets/front/css/profile/theme6-8/video-camera.png')); ?>" alt="VideoCamera"></li> <li><img src="<?php echo e(asset('assets/front/css/profile/theme6-8/camera.png')); ?>" alt="Camera"></li> <li><img src="<?php echo e(asset('assets/front/css/profile/theme6-8/gallery.png')); ?>" alt="Gallery"> </li> </ul> </div> </div> </div> </div> <h1 class="hero-big-text"><?php echo e($home_text->first_name ?? $user->first_name); ?> <?php echo e($home_text->last_name ?? $user->last_name); ?></h1> <ul class="social-links"> <?php if(isset($social_medias)): ?> <?php $__currentLoopData = $social_medias; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social_media): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a target="_blank" href="<?php echo e($social_media->url); ?>"><i class="<?php echo e($social_media->icon); ?>"></i></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </ul> </section> <!--====== End Hero Section ======--> <!--====== Start About Section ======--> <section class="about-section section-gap"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6 col-md-9"> <div class="about-gallery"> <div class="img-one"> <div class="img-inner"> <?php if(!empty($home_text->about_image)): ?> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/' . $home_text->about_image)); ?>" class="lazy" alt="About Image"> <?php endif; ?> </div> </div> </div> </div> <div class="col-lg-6 col-md-10"> <div class="about-text"> <div class="section-heading mb-25"> <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> <!--====== End About Section ======--> <?php if(is_array($userPermissions) && in_array('Skill', $userPermissions)): ?> <!--====== Skill Section Start ======--> <section class="skill-section lazy" data-bg="<?php echo e(asset('assets/front/css/profile/theme6-8/skill-bg.jpg')); ?>"> <div class="container"> <div class="section-heading heading-white text-center text-xl-center mb-15"> <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-xl-start justify-content-center"> <?php $__currentLoopData = $skills; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $skill): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-3 col-lg-4 col-md-6"> <div class="single-skill-item mt-50"> <div class="chart" data-percent="<?php echo e($skill->percentage); ?>"> <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> <?php if(isset($home_text->skills_image)): ?> <div class="skill-img d-none d-xl-block"> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/' . $home_text->skills_image)); ?>" class="lazy" alt="Image"> </div> <?php endif; ?> </section> <!--====== Skill Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Service', $userPermissions)): ?> <!--====== Start Service Section ======--> <section class="service-section section-gap bg-grey-color" id="services"> <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="services-loop"> <div class="row justify-content-center"> <?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-10"> <div class="single-service-box mt-30"> <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="Service Images"> </div> <h4 class="title"> <?php echo e(strlen($service->name) > 30 ? mb_substr($service->name, 0, 30, 'UTF-8') . '...' : $service->name); ?> </h4> <div class="hover-content"> <div class="content-inner"> <h5><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($service->name); ?></a> </h5> <p><?php echo strlen($service->content) > 120 ? mb_substr($service->content, 0, 120, 'UTF-8') . '...' : $service->content; ?> </p> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <!--====== End Service Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Experience', $userPermissions)): ?> <!--====== Resume Section Start ======--> <section class="resume-section section-gap"> <div class="container"> <div class="section-heading text-center mb-50"> <div class="tagline"> <?php echo e(!empty($home_text->experience_title) ? $home_text->experience_title : __('RESUME')); ?></div> <h2 class="title"> <?php echo e(!empty($home_text->experience_subtitle) ? $home_text->experience_subtitle : __('Experience')); ?> </h2> </div> <div class="resume-wrapper"> <div class="row justify-content-md-between justify-content-center"> <?php if(count($educations) > 0): ?> <div class="col-md-5 col-sm-10"> <div class="resume-header"> <div class="inner"> <img data-src="<?php echo e(asset('assets/front/css/profile/theme6-8/open-book.png')); ?>" class="lazy" alt="Icon"> <span><?php echo e($keywords['Education'] ?? 'Education'); ?></span> </div> </div> <div class="resume-loop"> <?php $__currentLoopData = $educations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $education): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-resume-item"> <h5 class="title"><?php echo e($education->degree_name); ?></h5> <span class="duration"><?php echo e(\Carbon\Carbon::parse($education->start_date)->format('M j, Y')); ?> -<?php if(!empty($education->end_date)): ?> <?php echo e(\Carbon\Carbon::parse($education->end_date)->format('M j, Y')); ?> <?php else: ?> <?php echo e($keywords['Present'] ?? 'Present'); ?> <?php endif; ?> </span> <p><?php echo nl2br($education->short_description); ?></p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <?php if(count($educations) > 0 && count($job_experiences) > 0): ?> <div class="col-md-2 col-12 align-self-end"> <div class="resume-line"></div> </div> <?php endif; ?> <?php if(count($job_experiences) > 0): ?> <div class="col-md-5 col-sm-10"> <div class="resume-header"> <div class="inner"> <img data-src="<?php echo e(asset('assets/front/css/profile/theme6-8/employee.png')); ?>" class="lazy" alt="Icon"> <span><?php echo e($keywords['Job'] ?? 'Job'); ?></span> </div> </div> <div class="resume-loop"> <?php $__currentLoopData = $job_experiences; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job_experience): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-resume-item"> <h5 class="title"><?php echo e($job_experience->designation); ?> [<?php echo e($job_experience->company_name); ?>]</h5> <span class="duration"><?php echo e(\Carbon\Carbon::parse($job_experience->start_date)->format('M j, Y')); ?> - <?php if($job_experience->is_continue == 0): ?> <?php echo e(\Carbon\Carbon::parse($job_experience->end_date)->format('M j, Y')); ?> <?php else: ?> <?php echo e($keywords['Present'] ?? 'Present'); ?> <?php endif; ?> </span> <p><?php echo nl2br($job_experience->content); ?></p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> </div> </div> </div> </section> <!--====== Resume Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Achievements', $userPermissions)): ?> <!--====== Counter Section Start ======--> <section class="counter-section bg-secondary-color"> <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-wrap"> <span class="counter"><?php echo e($achievement->count); ?></span> <span class="suffix">+</span> </div> <h6 class="title"><?php echo e($achievement->title); ?></h6> </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-40"> <span class="tagline"><?php echo e(!empty($home_text->portfolio_title) ? $home_text->portfolio_title : __('Portfolios')); ?></span> <h2 class="title"> <?php echo e(!empty($home_text->portfolio_subtitle) ? $home_text->portfolio_subtitle : __('My Portfolios')); ?> </h2> </div> <div class="project-filter"> <ul> <li data-filter="*" class="active"><?php echo e($keywords['All'] ?? __('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="row justify-content-center"> <div class="col-lg-10"> <div class="project-loop row"> <?php $__currentLoopData = $portfolios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-4 cat-<?php echo e($portfolio->bcategory->id); ?>"> <div class="project-item"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/portfolios/' . $portfolio->image)); ?>" alt="ProjectImage"> <a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $portfolio->slug, $portfolio->id])); ?>" class="title"> <span><?php echo e(strlen($portfolio->title) > 25 ? mb_substr($portfolio->title, 0, 25, 'UTF-8') . '...' : $portfolio->title); ?></span> </a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </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(!empty($home_text->testimonial_title) ? $home_text->testimonial_title : __('Testimonials')); ?></span> <h2 class="title"> <?php echo e(!empty($home_text->testimonial_subtitle) ? $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"> <p class="content"><?php echo nl2br($testimonial->content); ?></p> <div class="author"> <div class="photo"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/testimonials/' . $testimonial->image)); ?>" alt="Image"> </div> <div class="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> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Testimonial Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Testimonial', $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(!empty($home_text->blog_title) ? $home_text->blog_title : __('Blogs')); ?></span> <h2 class="title"><?php echo e(!empty($home_text->blog_subtitle) ? $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-9"> <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 href="<?php echo e(route('front.user.blog.detail', [getParam(), $blog->slug, $blog->id])); ?>"><i class="fas fa-user"></i><?php echo e($keywords['by'] ?? 'by'); ?> <?php echo e($user->username); ?></a> </li> <li> <a href="<?php echo e(route('front.user.blog.detail', [getParam(), $blog->slug, $blog->id])); ?>"><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; ?> <!--====== 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(!empty($home_text->contact_title) ? $home_text->contact_title : __('Get in touch')); ?></span> <h2 class="title"> <?php echo e(!empty($home_text->contact_subtitle) ? $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"> <input type="text" placeholder="<?php echo e($keywords['Name'] ?? 'Name'); ?>" name="fullname" required> <?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"> <input type="email" placeholder="<?php echo e($keywords['Email_Address'] ?? 'Email Address'); ?>" name="email" required> <?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"> <input type="text" placeholder="<?php echo e($keywords['Subject'] ?? 'Subject'); ?>" name="subject" required> <?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"> <textarea placeholder="<?php echo e($keywords['Message'] ?? 'Message'); ?>" name="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 $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme8.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme8/index.blade.php ENDPATH**/ ?>