⚝
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 :
c93f4191cff3248ce6c003a46f54b30b9b809804.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords["Experience"] ?? "Experience"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($userSeo) ? $userSeo->experience_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($userSeo) ? $userSeo->experience_meta_keywords : ''); ?> <?php $__env->startSection('content'); ?> <!--====== Start Main Wrapper ======--> <div class="main-wrapper"> <section class="resume-area pt-80 pb-45"> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="section-title mb-30"> <span class="sub-title"><?php echo e($home_text->experience_title ?? __('Experience')); ?></span> <h2><span class="light-text"><?php echo e($home_text->experience_subtitle ?? __('Experience')); ?></span></h2> </div> </div> </div> <div class="row"> <?php if(count($educations) > 0): ?> <div class="col-lg-6"> <div class="resume-title mb-20"> <h4 class="title"><i class="fas fa-user-graduate"></i><?php echo e($keywords["Education"] ?? "Education"); ?></h4> </div> <div class="resume-wrapper"> <?php $__currentLoopData = $educations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $education): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="resume-item mb-35"> <div class="resume-inner-item"> <div class="resume-content"> <h5><?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> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <?php if(count($job_experiences) > 0): ?> <div class="col-lg-6"> <div class="resume-title mb-20"> <h4 class="title"><i class="fas fa-briefcase"></i><?php echo e($keywords["Job"] ?? "Job"); ?></h4> </div> <div class="resume-wrapper"> <?php $__currentLoopData = $job_experiences; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $job_experience): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="resume-item mb-35"> <div class="resume-inner-item"> <div class="resume-content"> <h5><?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> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> </div> </div> </section> </div><!--====== End Main Wrapper ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme3.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme3/experience.blade.php ENDPATH**/ ?>