⚝
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 :
a042b954ed461e2a80024abcdd8954a9c6b3fd9d.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 ======--> <div class="main-wrapper"> <!--====== Start Hero Section ======--> <?php if (!empty($home_text->hero_image)) { $heroImg = 'assets/front/img/user/home_settings/'.$home_text->hero_image; } else { $heroImg = 'assets/front/img/profile1/theme5/hero-bg.jpg'; } if( $slides->count() > 0 ) { $img = $slides->pluck('img')->first(); if( $img && !empty($img) ){ $heroImg = 'assets/front/img/user/home_settings/'.$img; }else{ $heroImg = 'assets/front/img/profile1/theme5/hero-bg.jpg'; } }elseif (!empty($home_text->hero_image)) { $heroImg = 'assets/front/img/user/home_settings/'.$home_text->hero_image; } else { $heroImg = 'assets/front/img/profile1/theme5/hero-bg.jpg'; } ?> <section class="hero-area"> <div class="hero-wrapper-one bg_cover lazy" data-bg="<?php echo e(asset("$heroImg")); ?>"> <div id="particles-js"></div> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="hero-content text-center"> <h1> <?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> <h4> <span id="typed"></span></h4> <?php if( $slides->count() > 0 ): ?> <?php $designations = explode(',', $slides->pluck('description')->first() ?? ''); ?> <?php else: ?> <?php $designations = explode(',', $home_text->designation ?? ''); ?> <?php endif; ?> <?php if(!empty($designations)): ?> <div class="type-string"> <?php $__currentLoopData = $designations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $designation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <p><?php echo e($designation); ?></p> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Contact',$userPermissions)): ?> <a href="#contact" class="main-btn filled-btn"><?php echo e($keywords["Hire_me"] ?? 'Hire me'); ?></a> <?php endif; ?> </div> </div> </div> </div> </div> </section> <!--====== End Hero Section ======--> <!--====== Start About Section ======--> <section class="about-area pb-80 pt-120"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6"> <div class="about-img-box mb-40"> <?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 class="col-lg-6"> <div class="about-content-box mb-40"> <div class="section-title mb-20"> <span class="sub-title"><?php echo e($home_text->about_title ?? 'My Resume'); ?></span> <h2><?php echo e($home_text->about_subtitle ?? 'About Me'); ?></h2> </div> <p><?php echo nl2br($home_text->about_content ?? ""); ?></p> <?php if(isset($userBs->cv)): ?> <a href="<?php echo e(asset('assets/front/img/user/cv/'.$userBs->cv)); ?>" class="main-btn" download="<?php echo e($user->username); ?>.pdf"><?php echo e($keywords["Download_CV"] ?? "Download CV"); ?></a> <?php endif; ?> </div> </div> </div> </div> </section> <!--====== End About Section ======--> <?php if(is_array($userPermissions) && in_array('Skill',$userPermissions)): ?> <!--====== Start Skills Section ======--> <section class="skills-area"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6"> <div class="skills-content-box"> <div class="section-title mb-20"> <span class="sub-title"><?php echo e($home_text->skills_title ?? __('Skills')); ?></span> <h2><?php echo e($home_text->skills_subtitle ?? __('Technical Skills')); ?></h2> </div> <p><?php echo nl2br($home_text->skills_content ?? ""); ?></p> <ul class="skill-list"> <?php $__currentLoopData = $skills; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $skill): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="single-skill"> <h5><?php echo e($skill->title); ?> <span><?php echo e($skill->percentage); ?>%</span></h5> <div class="progress"> <div class="progress-bar" style="width: <?php echo e($skill->percentage); ?>%; background-color: #<?php echo e($skill->color); ?>"></div> </div> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <div class="col-lg-6"> <div class="skills-img-box"> <?php if(isset($home_text->skills_image)): ?> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/'.$home_text->skills_image)); ?>" class="lazy" alt="Image"> <?php endif; ?> </div> </div> </div> </div> </section> <!--====== End Skills Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Service',$userPermissions)): ?> <!--====== Start Service Section ======--> <section class="service-area pt-120 pb-80"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title text-center mb-45"> <span class="sub-title"><?php echo e($home_text->service_title ?? __('Services')); ?></span> <h2><?php echo e($home_text->service_subtitle ?? __('What I Do ?')); ?></h2> </div> </div> </div> <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 col-sm-12"> <div class="service-item service-item-one mb-40"> <a class="service-img d-block" href="<?php echo e(route('front.user.service.detail',[getParam(),'slug' => $service->slug,'id' => $service->id])); ?>"> <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 Image"> </a> <div class="service-content"> <h4 class="title"><a href="<?php echo e(route('front.user.service.detail',[getParam(),'slug' => $service->slug,'id' => $service->id])); ?>"><?php echo e($service->name); ?></a></h4> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section><!--====== End Service Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Experience',$userPermissions)): ?> <!--====== Start Resume Section ======--> <section class="resume-area light-bg pt-120 pb-200"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title text-center mb-45"> <span class="sub-title"><?php echo e($home_text->experience_title ?? __('Experience')); ?></span> <h2><?php echo e($home_text->experience_subtitle ?? __('Experience')); ?></h2> </div> </div> </div> <div class="row align-items-center"> <?php if(count($educations) > 0): ?> <div class="col-lg-5"> <div class="resume-title text-center"> <h5><?php echo e($keywords["Education"] ?? "Education"); ?></h5> </div> <?php $__currentLoopData = $educations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $education): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="resume-item mb-30"> <div class="resume-content"> <h5><?php echo e($education->degree_name); ?></h5> <span class="date"> <?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> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <?php if(count($educations) > 0 && count($job_experiences) > 0): ?> <div class="col-lg-2"> <div class="resume-line text-center"><img class="lazy" data-src="<?php echo e(asset('assets/front/img/profile1/theme5/line.png')); ?>" alt="line image"></div> </div> <?php endif; ?> <?php if(count($job_experiences) > 0): ?> <div class="col-lg-5"> <div class="resume-title text-center"> <h5><?php echo e($keywords["Job"] ?? "Job"); ?></h5> </div> <?php $__currentLoopData = $job_experiences; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job_experience): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="resume-item mb-30"> <div class="resume-content"> <h5><?php echo e($job_experience->designation); ?> [<?php echo e($job_experience->company_name); ?>]</h5> <span class="date"> <?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> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> </div> </div> </section> <!--====== End Resume Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Achievements',$userPermissions)): ?> <!--====== Start Counter Section ======--> <section class="counter-area"> <div class="container"> <div class="counter-wrapper-one bg_cover lazy" data-bg="<?php echo e(!empty($home_text->achievement_image) ? asset('assets/front/img/user/home_settings/' . $home_text->achievement_image) : asset('assets/front/img/profile1/theme4/counter-bg.jpg')); ?>"> <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 col-sm-12"> <div class="counter-item counter-item-one text-center mb-30"> <div class="content"> <h2><span class="count"><?php echo e($achievement->count); ?></span>+</h2> <h5><?php echo e($achievement->title); ?></h5> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <!--====== End Counter Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Portfolio',$userPermissions)): ?> <!--====== Start Project Section ======--> <section class="portfolio-area pt-120 pb-90" id="masonry-portfolio"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title text-center mb-45"> <span class="sub-title"><?php echo e($home_text->portfolio_title ?? __('Portfolios')); ?></span> <h2><?php echo e($home_text->portfolio_subtitle ?? __('Portfolios')); ?></h2> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="portfolio-filter-button text-center"> <ul class="filter-btn mb-60 wow fadeInUp"> <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> </div> <div class="row masonry-row"> <?php $__currentLoopData = $portfolios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-6 portfolio-column cat-<?php echo e($portfolio->bcategory->id); ?>"> <div class="portfolio-item portfolio-item-one mb-30"> <div class="portfolio-img"> <a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $portfolio->slug, $portfolio->id])); ?>" class="d-block"> <img src="<?php echo e(asset('assets/front/img/user/portfolios/'.$portfolio->image)); ?>" alt="Image"> </a> <div class="portfolio-content"> <h4 class="title"><a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $portfolio->slug, $portfolio->id])); ?>"><?php echo e(strlen($portfolio->title) > 25 ? mb_substr($portfolio->title, 0, 25, 'UTF-8') . '...' : $portfolio->title); ?></a></h4> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== End Project Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Testimonial',$userPermissions)): ?> <!--====== Start Testimonial Section ======--> <section class="testimonial-area pt-120 pb-120 light-bg"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title text-center mb-45"> <span class="sub-title"><?php echo e($home_text->testimonial_title ?? __('Testimonials')); ?></span> <h2><?php echo e($home_text->testimonial_subtitle ?? __('Testimonials')); ?></h2> </div> </div> </div> <div class="testimonial-slider-one"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="testimonial-item testimonial-item-one"> <div class="testimonial-content"> <div class="tm-author-info d-flex"> <div class="author-thumb"> <img src="<?php echo e(asset('assets/front/img/user/testimonials/'.$testimonial->image)); ?>" alt=""> </div> <div class="author-info"> <h5><?php echo e($testimonial->name); ?></h5> <?php if(!empty($testimonial->occupation)): ?> <span class="position"><?php echo e($testimonial->occupation); ?></span> <?php endif; ?> </div> </div> <p><?php echo nl2br($testimonial->content); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== End Testimonial Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Blog',$userPermissions)): ?> <!--====== Start Blog Section ======--> <section class="blog-area pt-120 pb-80"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title text-center mb-45"> <span class="sub-title"><?php echo e($home_text->blog_title ?? __('Blogs')); ?></span> <h2><?php echo e($home_text->blog_subtitle ?? "Blogs"); ?></h2> </div> </div> </div> <div class="row"> <?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-12"> <div class="blog-post-item blog-post-item-one mb-40"> <a class="post-thumbnail d-block" 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="Blog Image"> </a> <div class="entry-content"> <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 class="post-meta"> <ul> <li><span><i class="fas fa-user"></i><?php echo e($keywords['by'] ?? "by"); ?> <a><?php echo e($user->username); ?></a></span></li> <li><span><i class="fas fa-calendar-alt"></i><a><?php echo e(\Carbon\Carbon::parse($blog->created_at)->format('F j, Y')); ?></a></span></li> </ul> </div> <p><?php echo strlen(strip_tags($blog->content)) > 100 ? mb_substr(strip_tags($blog->content), 0, 100, 'utf-8') . '...' : strip_tags($blog->content); ?></p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== End Blog Section ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Contact',$userPermissions)): ?> <!--====== Start Contact Section ======--> <section id="contact" class="contact-area light-bg pt-120 pb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title text-center mb-45"> <span class="sub-title"><?php echo e($home_text->contact_title ?? __('Get in touch')); ?></span> <h2><?php echo e($home_text->contact_subtitle ?? __('Get in touch')); ?></h2> </div> </div> </div> <div class="row justify-content-center"> <div class="col-lg-9"> <div class="contact-form-wrap"> <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 col-sm-12"> <div class="form_group"> <input type="text" class="form_control" 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 col-sm-12"> <div class="form_group"> <input type="email" class="form_control" 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 col-md-6 col-sm-12"> <div class="form_group"> <input type="text" class="form_control" 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-lg-12"> <div class="form_group"> <textarea class="form_control" 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-lg-12"> <div class="form_group text-center"> <button type="submit" class="main-btn arrow-btn"><?php echo e($keywords["Send_Message"] ?? "Send Message"); ?></button> </div> </div> </div> </form> </div> </div> </div> </div> </section> <!--====== End Contact Section ======--> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme5.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme5/index.blade.php ENDPATH**/ ?>