⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
www
/
new
/
storage
/
framework
/
views
/
View File Name :
789b16639dc182c175d3b89890c7829f4e98e7b6.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords["Job_Details"] ?? "Job Details"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('og-meta'); ?> <?php if(isset($userBs->logo)): ?> <meta property="og:image" content="<?php echo e(asset('assets/front/img/user/'.$userBs->logo)); ?>"> <meta property="og:image:type" content="image/png"> <meta property="og:image:width" content="1024"> <meta property="og:image:height" content="1024"> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', $job->meta_description); ?> <?php $__env->startSection('meta-keywords', $job->meta_keywords); ?> <?php $__env->startSection('page-name'); ?> <?php echo e($keywords["Job_Details"] ?? "Job Details"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-name'); ?> <?php echo e($keywords["Job_Details"] ?? "Job Details"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php $status = explode(",",$job->employment_status) ?> <section class="job-details-section inner-section-gap"> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="job-details-wrapper"> <div class="job-details"> <h3 class="title"><?php echo e($job->title); ?></h3> <div class="info"> <strong class="label"><?php echo e($keywords['Vacancy'] ?? 'Vacancy'); ?></strong> <div class="desc text-dark"><?php echo e($job->vacancy < 10 ? '0'.$job->vacancy : $job->vacancy); ?></div> </div> <?php if(!empty($job->job_responsibilities)): ?> <div class="info"> <strong class="label"><?php echo e($keywords['Job_Responsibilities'] ?? 'Job Responsibilities'); ?></strong> <div class="desc summernote-content"> <?php echo replaceBaseUrl($job->job_responsibilities); ?> </div> </div> <?php endif; ?> <div class="info"> <strong class="label"><?php echo e($keywords['Employment_Status'] ?? 'Employment Status'); ?></strong> <?php $__currentLoopData = $status; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $st): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="desc text-dark"><?php echo e($st); ?></div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php if(!empty($job->educational_requirements)): ?> <div class="info"> <strong class="label"><?php echo e($keywords['Educational_Requirements'] ?? 'Educational Requirements'); ?></strong> <div class="desc summernote-content"> <?php echo replaceBaseUrl($job->educational_requirements); ?> </div> </div> <?php endif; ?> <?php if(!empty($job->experience_requirements)): ?> <div class="info"> <strong class="label"><?php echo e($keywords['Experience_Requirements'] ?? 'Experience Requirements'); ?></strong> <div class="desc summernote-content"> <?php echo replaceBaseUrl($job->experience_requirements); ?> </div> </div> <?php endif; ?> <?php if(!empty($job->additional_requirements)): ?> <div class="info"> <strong class="label"><?php echo e($keywords['Additional_Requirements'] ?? 'Additional Requirements'); ?></strong> <div class="desc summernote-content"> <?php echo replaceBaseUrl($job->additional_requirements); ?> </div> </div> <?php endif; ?> <div class="info"> <strong class="label"><?php echo e($keywords['Job_Location'] ?? 'Job Location'); ?></strong> <div class="desc text-dark"> <?php echo e($job->job_location); ?> </div> </div> <div class="info"> <strong class="label"><?php echo e($keywords['Salary'] ?? 'Salary'); ?></strong> <div class="desc summernote-content"> <?php echo replaceBaseUrl($job->salary); ?> </div> </div> <?php if(!empty($job->benefits)): ?> <div class="info"> <strong class="label"><?php echo e($keywords['Compensation_&_Other_Benefits'] ?? 'Compensation & Other Benefits'); ?></strong> <div class="desc summernote-content"> <?php echo replaceBaseUrl($job->benefits); ?> </div> </div> <?php endif; ?> <?php if(!empty($job->read_before_apply)): ?> <div class="info"> <strong class="label"><?php echo e($keywords['Read_Before_Apply'] ?? 'Read Before Apply'); ?></strong> <div class="desc summernote-content"> <?php echo replaceBaseUrl($job->read_before_apply); ?> </div> </div> <?php endif; ?> <div class="info"> <strong class="label"><?php echo e($keywords['Email_Address'] ?? 'Email Address'); ?></strong> <div class="desc"> <?php echo e($keywords['Send your CV to'] ?? 'Send your CV to'); ?> <strong class="color-primary"><?php echo e($job->email); ?></strong>. </div> </div> </div> <div class="post-footer d-md-flex align-items-md-center justify-content-md-between"> <div class="post-share"> <ul class="d-flex align-items-center"> <li class="title mr-2"><?php echo e($keywords["Share"] ?? "Share"); ?></li> <li><a href="//www.facebook.com/sharer/sharer.php?u=<?php echo e(urlencode(url()->current())); ?>"><i class="fab fa-facebook-f mr-2"></i></a></li> <li><a href="//twitter.com/intent/tweet?text=my share text&url=<?php echo e(urlencode(url()->current())); ?>"><i class="fab fa-twitter mr-2"></i></a></li> <li><a href="//www.linkedin.com/shareArticle?mini=true&url=<?php echo e(urlencode(url()->current())); ?>&title=<?php echo e(convertUtf8($job->title)); ?>"><i class="fab fa-linkedin-in mr-2"></i></a></li> </ul> </div> </div> </div> </div> <div class="col-lg-4"> <!-- sidebar --> <div class="sidebar"> <!-- Search Widget --> <div class="widget search-widget"> <form action="<?php echo e(route('front.user.jobs', getParam())); ?>" method="GET"> <input type="hidden" name="category" value="<?php echo e(request()->input('category')); ?>"> <input type="text" placeholder="<?php echo e($keywords["Search_your_keyword"] ?? "Search your keyword"); ?>..." name="term" value="<?php echo e(request()->input('term')); ?>"> <button type="submit"><i class="far fa-search"></i></button> </form> </div> <!-- Cat Widget --> <div class="widget cat-widget"> <h4 class="widget-title"><?php echo e($keywords["Categories"] ?? "Categories"); ?></h4> <ul> <li class="<?php if(empty(request()->input('category'))): ?> active <?php endif; ?>"><a href="<?php echo e(route('front.user.jobs', getParam())); ?>"><?php echo e($keywords["All"] ?? "All"); ?> <span>(<?php echo e($allCount); ?>)</span></a></li> <?php $__currentLoopData = $job_categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $bc): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="<?php if($bc->id == request()->input('category')): ?> active <?php endif; ?>"> <a href="<?php echo e(route('front.user.jobs', getParam()) . '?category=' . $bc->id); ?>"><?php echo e($bc->name); ?> <span>(<?php echo e($bc->jobs()->count()); ?>)</span> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('user-front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eplangoweb/public_html/resources/views/user-front/job/show.blade.php ENDPATH**/ ?>