⚝
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 :
4cb3cc9ca2785fd369f7bfdfdbef84fb6493882e.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-section hero-section-one" id="home"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-5 col-md-6"> <div class="hero-text"> <!--span class="tagline"><?php echo e($keywords["Hi_I'm,"] ?? "Hi I'm,"); ?></span--> <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> <div> <p id="typed" class="d-inline-block"></p> </div> <div class="type-string"> <?php if( $slides->count() > 0 ): ?> <?php $designations = explode(',', $slides->pluck('description')->first() ?? ''); ?> <?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(); ?> <?php else: ?> <?php $designations = explode(',', $home_text->designation ?? ''); ?> <?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(); ?> <?php endif; ?> </div> <?php if(isset($social_medias)): ?> <ul class="social-links"> <?php $__currentLoopData = $social_medias; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social_media): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e($social_media->url); ?>" target="_blank"><i class="<?php echo e($social_media->icon); ?>"></i></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Contact', $userPermissions)): ?> <a href="#contact" class="template-btn"><?php echo e($keywords['Hire_me'] ?? 'Hire me'); ?></a> <?php endif; ?> </div> </div> <div class="col-lg-7 col-md-6 col-sm-9"> <div class="hero-img text-right"> <?php if( $slides->count() > 0 ): ?> <?php $img = $slides->pluck('img')->first(); ?> <?php if( $img && !empty($img) ): ?> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/' . $img)); ?>" class="animate-float-bob-y lazy" alt=""> <?php endif; ?> <?php elseif(isset($home_text->hero_image)): ?> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/' . $home_text->hero_image)); ?>" class="animate-float-bob-y lazy" alt=""> <?php endif; ?> </div> </div> </div> </div> </section> <!--====== Hero Area End ======--> <!--====== About Section Start ======--> <section class="about-section section-gap" id="about"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-6 col-sm-9"> <div class="block-img text-center pr-0 pr-lg-5 md-gap-50"> <img 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')); ?>" class="animate-float-bob-y lazy" alt="About Image"> </div> </div> <div class="col-lg-6 col-md-10"> <div class="about-content"> <div class="common-heading mb-30"> <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 class="mb-30"><?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="template-btn" download="<?php echo e($user->username); ?>.pdf" target="_blank"> <?php echo e($keywords['Download_CV'] ?? 'Download CV'); ?></a> <?php endif; ?> </div> </div> </div> </div> </section> <!--====== End Text Block ======--> <?php if(is_array($userPermissions) && in_array('Skill', $userPermissions)): ?> <!--====== Skill Section Start ======--> <section class="skill-section section-gap" id="skill"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-6 order-lg-last col-sm-9"> <div class="block-img pl-0 pl-xl-5 md-gap-50"> <img data-src="<?php echo e(isset($home_text->skills_image) ? asset('assets/front/img/user/home_settings/' . $home_text->skills_image) : asset('assets/front/img/profile/skill.png')); ?>" class="animate-float-bob-y lazy" alt="Image"> </div> </div> <div class="col-lg-6 order-lg-first col-md-10"> <div class="skill-content"> <div class="common-heading mb-30"> <span class="tagline"><?php echo e($home_text->skills_title ?? __('Skills')); ?></span> <h2 class="title"><?php echo e($home_text->skills_subtitle ?? __('Technical Skills')); ?></h2> <p><?php echo nl2br($home_text->skills_content ?? ''); ?></p> </div> <div class="progress-bars"> <?php $__currentLoopData = $skills; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $skill): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-progress-bar color-1" data-percentage="<?php echo e($skill->percentage); ?>"> <h6 class="title"><?php echo e($skill->title); ?></h6> <div class="progress-bar-wrap"> <div class="progress-line"> <div class="line" style="background-color: #<?php echo e($skill->color); ?>;"></div> </div> <div class="counter-wrap"> <span class="count"><?php echo e($skill->percentage); ?></span> <span class="suffix">%</span> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </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 bg-offwhite-color" id="service"> <div class="container"> <div class="common-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 service-boxes 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="service-box-one mt-30"> <a class="service-thumb" <?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> <?php if($service->detail_page == 1): ?> <h4 class="title"> <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> </h4> <?php else: ?> <h4 class="title"> <?php echo e(strlen($service->name) > 30 ? mb_substr($service->name, 0, 30, 'UTF-8') . '...' : $service->name); ?> </h4> <?php endif; ?> <p> <?php echo e(strlen(strip_tags($service->content)) > 90 ? mb_substr(strip_tags($service->content), 0, 90, 'UTF-8') : strip_tags($service->content)); ?> </p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Service Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Experience', $userPermissions)): ?> <!--====== Experience Section Start ======--> <section class="experience-section section-gap" id="experience"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6 col-md-9"> <div class="common-heading text-center mb-50"> <span class="tagline"><?php echo e($home_text->experience_title ?? __('Experience')); ?></span> <h2 class="title"><?php echo e($home_text->experience_subtitle ?? __('Experience')); ?></h2> </div> </div> </div> <div class="experience-wrapper boxed-wrapper"> <div class="row justify-content-between"> <?php if(count($educations) > 0): ?> <div class="col-lg-6 md-gap-80"> <h4 class="experience-wrapper-title"> <span><img class="lazy" data-src="<?php echo e(asset('assets/front/img/profile1/education.png')); ?>" alt=""></span> <?php echo e($keywords['Education'] ?? 'Education'); ?> </h4> <div class="experience-list"> <?php $__currentLoopData = $educations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $education): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-experience"> <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($job_experiences) > 0): ?> <div class="col-lg-6"> <h4 class="experience-wrapper-title"> <span><img class="lazy" data-src="<?php echo e(asset('assets/front/img/profile1/job.png')); ?>" alt=""></span> <?php echo e($keywords['Job'] ?? 'Job'); ?> </h4> <div class="experience-list"> <?php $__currentLoopData = $job_experiences; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job_experience): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-experience"> <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> <!--====== Experience Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Achievements', $userPermissions)): ?> <!--====== Counter Section Start ======--> <section class="counter-section 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/achievement_bg.jpg')); ?>"> <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 col-sm-6"> <div class="counter-box mb-40"> <div class="counter-wrap"> <span class="count"> <?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)): ?> <!--====== Portfolios Section Start ======--> <section class="portfolio-section section-gap" id="portfolio"> <div class="container"> <div class="common-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="portfolio-filter-wrap mb-20"> <ul class="portfolio-filter"> <li><a href="#" data-filter="*" class="filter-active">All</a></li> <?php $__currentLoopData = $portfolio_categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio_category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="#" data-filter=".cat-<?php echo e($portfolio_category->id); ?>"><?php echo e($portfolio_category->name); ?></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <div class="row portfolio-items filter-items justify-content-center"> <?php $__currentLoopData = $portfolios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $portfolio): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6 filter-item cat-<?php echo e($portfolio->bcategory->id); ?>"> <div class="portfolio-item mt-30"> <div class="portfolio-thumb"> <img src="<?php echo e(asset('assets/front/img/user/portfolios/' . $portfolio->image)); ?>" alt="Image"> <a href="<?php echo e(route('front.user.portfolio.detail', [getParam(), $portfolio->slug, $portfolio->id])); ?>" class="portfolio-link"> <span></span> </a> </div> <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> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Portfolios Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Testimonial', $userPermissions)): ?> <!--====== Testimonial Section Start ======--> <section class="testimonial-section section-gap bg-offwhite-color"> <div class="container"> <div class="common-heading text-center 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-lg-4"> <div class="testimonial-box-one"> <div class="author-wrap"> <div class="author"> <img src="<?php echo e(asset('assets/front/img/user/testimonials/' . $testimonial->image)); ?>" alt="Author"> </div> <span class="quote-icon"> <img src="<?php echo e(asset('assets/front/img/profile1/quote.png')); ?>" alt=""> </span> </div> <div class="content"> <p><?php echo nl2br($testimonial->content); ?></p> <div class="author-info"> <h6 class="name"><?php echo e($testimonial->name); ?></h6> <?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('Blog', $userPermissions)): ?> <!--====== Latest Blog Section Start ======--> <section class="latest-blog-section section-gap-top" id="blog"> <div class="container"> <div class="common-heading 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"> <?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-8"> <div class="latest-blog-post mt-30"> <div class="post-content"> <h5 class="post-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> </h5> <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="fas fa-calendar-alt"></i> <?php echo e(\Carbon\Carbon::parse($blog->created_at)->format('F j, Y')); ?></a></li> </ul> </div> <a class="post-thumb" 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> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--====== Latest Blog Section End ======--> <?php endif; ?> <?php if(is_array($userPermissions) && in_array('Contact', $userPermissions)): ?> <!--====== Contact Section Start ======--> <section class="contact-section section-gap" id="contact"> <div class="container"> <div class="common-heading 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-one"> <div class="row justify-content-center"> <div class="col-lg-10"> <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 gutters-20"> <div class="col-lg-4 col-md-6"> <div class="input-field mb-20"> <input type="text" placeholder="<?php echo e($keywords['Name'] ?? 'Name'); ?>" name="fullname"> <?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-20"> <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-20"> <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-lg-12"> <div class="input-field mb-20"> <textarea placeholder="<?php echo e($keywords['Message'] ?? 'Message'); ?>" name="message" required></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="input-field text-center mt-30"> <button type="submit" class="template-btn"><?php echo e($keywords['Send_Message'] ?? 'Send Message'); ?></button> </div> </div> </div> </form> </div> </div> </div> </div> </section> <!--====== Contact Section End ======--> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/index.blade.php ENDPATH**/ ?>