File: //var/www/quadcode-jobs/storage/framework/views/328ba3762c9865fb0936a54562cc5c955a54a35a.php
<?php
if (app()->getLocale() === DEFAULT_LOCALE) {
$applyRoute = route('application', ['id' => $item->id]);
$categoryRoute = route('category.show', [$item->category->slug]);
} else {
$applyRoute = route('application.locale', [app()->getLocale(), 'id=' . $item->id]);
$categoryRoute = route('category.show.locale', [app()->getLocale(), $item->category->slug]);
}
?>
<?php $__env->startSection('title', $item->title); ?>
<?php $__env->startSection('description', $item->description); ?>
<?php $__env->startSection('keywords', $item->keywords); ?>
<?php $__env->startSection('content'); ?>
<section class="app-section">
<div class="container container--vacancy" itemscope itemtype="https://schema.org/JobPosting">
<meta itemprop="specialCommitments" content="VeteranCommit" />
<div class="app-section__inner">
<div class="position">
<div class="position__info">
<a href="<?php echo e(url()->previous()); ?>" class="go-back" rel="noopener">
<svg stroke-width="1.7px" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 11L1 6L6 1" stroke="#F1162F"/>
</svg>
<?php echo app('translator')->get('messages.Back'); ?>
</a>
<span class="position__hiringOrganization" itemprop="hiringOrganization">quadcode</span>
<div class="position__name">
<a href="<?php echo e($categoryRoute); ?>" class="link" rel="noopener"><?php echo e($item->getCategoryTitle()); ?></a>
<h1 class="fw-600" itemprop="title"><?php echo e($item->getTitle()); ?></h1>
</div>
<div class="position__list">
<div class="position__location" itemprop="jobLocation" itemscope itemtype="https://schema.org/Place">
<div class="position__item-name typo--caption color--text-secondary">
<img src="/files/icons/geo_icon.svg" alt="geo icon">
<span ><?php echo app('translator')->get('messages.Location'); ?></span>
</div>
<div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
<div class="fw-600" itemprop="addressLocality"><?php echo e($item->getLocationTitle()); ?></div>
</div>
</div>
<div class="position__type">
<div class="position__item-name typo--caption color--text-secondary">
<img src="/files/icons/jobtype_icon.svg" alt="job type icon">
<span><?php echo app('translator')->get('messages.Job type'); ?></span>
</div>
<div class="fw-600" itemprop="jobLocationType"><?php echo e($item->getJobType()); ?></div>
</div>
<div class="position__department">
<div class="position__item-name typo--caption color--text-secondary">
<img src="/files/icons/department_icon.svg" alt="department icon">
<span><?php echo app('translator')->get('messages.Department'); ?></span>
</div>
<div class="fw-600" itemprop="employmentUnit"><?php echo e($item->getTeam()); ?></div>
</div>
<div class="position__money">
<div class="position__item-name typo--caption color--text-secondary">
<img src="/files/icons/salary_icon.svg" alt="salary icon">
<span><?php echo app('translator')->get('messages.Money'); ?></span>
</div>
<div class="fw-600" itemprop="baseSalary">
<?php echo e($item->getMoney()); ?>
</div>
</div>
<div class="position__referal">
<div class="position__item-name typo--caption color--text-secondary">
<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="to-develop" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Position-728" transform="translate(-300.000000, -356.000000)" stroke="#FFFFFF" stroke-width="2">
<g id="Group-Copy" transform="translate(25.000000, 337.000000)">
<g id="Group-2" transform="translate(276.000000, 20.000000)">
<path d="M7.31707317,10 C7.31707317,11.9265746 5.6790904,13.4883721 3.65853659,13.4883721 C1.63798277,13.4883721 -1.18423789e-14,11.9265746 -1.18423789e-14,10 C-1.18423789e-14,8.07342543 1.63798277,6.51162791 3.65853659,6.51162791 C5.6790904,6.51162791 7.31707317,8.07342543 7.31707317,10 Z" id="Stroke-1"></path>
<path d="M20,3.48844176 C20,5.41497785 18.3620172,6.97674419 16.3414634,6.97674419 C14.3209096,6.97674419 12.6829268,5.41497785 12.6829268,3.48844176 C12.6829268,1.56176633 14.3209096,-3.55271368e-14 16.3414634,-3.55271368e-14 C18.3620172,-3.55271368e-14 20,1.56176633 20,3.48844176 Z" id="Stroke-3"></path>
<path d="M20,16.5116976 C20,18.4382337 18.3620172,20 16.3414634,20 C14.3209096,20 12.6829268,18.4382337 12.6829268,16.5116976 C12.6829268,14.5851615 14.3209096,13.0232558 16.3414634,13.0232558 C18.3620172,13.0232558 20,14.5851615 20,16.5116976 Z" id="Stroke-5"></path>
<line x1="6.82926829" y1="11.627907" x2="12.6829268" y2="14.4186047" id="Stroke-7"></line>
<line x1="12.6829268" y1="5.58139535" x2="6.82926829" y2="8.37209302" id="Stroke-9"></line>
</g>
</g>
</g>
</g>
</svg>
<span>Referal bonus</span>
</div>
<div class="fw-600">до 30 000</div>
</div>
</div>
<div class="position__actions">
<a href="<?php echo e($applyRoute); ?>" class="btn btn--position is-primary js-modal" data-modal="application" data-vacancy="<?php echo e($item->id); ?>" data-lang="<?php echo e($item->location->id == 1 ? 'ru' : 'en'); ?>" rel="noopener">
<div><?php echo app('translator')->get('messages.Apply now'); ?></div>
<div>
<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="to-develop" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Position-728" transform="translate(-300.000000, -356.000000)" stroke="#FFFFFF" stroke-width="2">
<g id="Group-Copy" transform="translate(25.000000, 337.000000)">
<g id="Group-2" transform="translate(276.000000, 20.000000)">
<path d="M7.31707317,10 C7.31707317,11.9265746 5.6790904,13.4883721 3.65853659,13.4883721 C1.63798277,13.4883721 -1.18423789e-14,11.9265746 -1.18423789e-14,10 C-1.18423789e-14,8.07342543 1.63798277,6.51162791 3.65853659,6.51162791 C5.6790904,6.51162791 7.31707317,8.07342543 7.31707317,10 Z" id="Stroke-1"></path>
<path d="M20,3.48844176 C20,5.41497785 18.3620172,6.97674419 16.3414634,6.97674419 C14.3209096,6.97674419 12.6829268,5.41497785 12.6829268,3.48844176 C12.6829268,1.56176633 14.3209096,-3.55271368e-14 16.3414634,-3.55271368e-14 C18.3620172,-3.55271368e-14 20,1.56176633 20,3.48844176 Z" id="Stroke-3"></path>
<path d="M20,16.5116976 C20,18.4382337 18.3620172,20 16.3414634,20 C14.3209096,20 12.6829268,18.4382337 12.6829268,16.5116976 C12.6829268,14.5851615 14.3209096,13.0232558 16.3414634,13.0232558 C18.3620172,13.0232558 20,14.5851615 20,16.5116976 Z" id="Stroke-5"></path>
<line x1="6.82926829" y1="11.627907" x2="12.6829268" y2="14.4186047" id="Stroke-7"></line>
<line x1="12.6829268" y1="5.58139535" x2="6.82926829" y2="8.37209302" id="Stroke-9"></line>
</g>
</g>
</g>
</g>
</svg>
</div>
</a>
</div>
</div>
<div class="position__details">
<?php echo $item->body; ?>
<?php if($item->show_tasks): ?>
<p class="typo-subtitle fw-600"><?php echo app('translator')->get('messages.Position tasks'); ?>:</p>
<?php echo $item->tasks; ?>
<?php endif; ?>
<?php if($item->show_requirements): ?>
<?php if(strip_tags($item->requirements_title)): ?>
<p class="typo-subtitle fw-600" itemprop="description"><?php echo e(strip_tags($item->requirements_title)); ?></p>
<?php endif; ?>
<?php echo $item->requirements; ?>
<?php endif; ?>
<?php if($item->show_conditions): ?>
<?php if(strip_tags($item->requirements_title)): ?>
<p class="typo-subtitle fw-600" itemprop="description"><?php echo e(strip_tags($item->conditions_title)); ?></p>
<?php endif; ?>
<?php echo $item->conditions; ?>
<?php endif; ?>
<?php if($item->show_about_team): ?>
<p class="typo-subtitle fw-600"><?php echo app('translator')->get('messages.About team'); ?></p>
<?php echo $item->about_team; ?>
<?php endif; ?>
<div class="position__actions position__actions--last">
<a href="<?php echo e($applyRoute); ?>" class="btn btn--position is-primary js-modal" data-modal="application" data-vacancy="<?php echo e($item->id); ?>" data-lang="<?php echo e($item->location->id == 1 ? 'ru' : 'en'); ?>" rel="noopener">
<div><?php echo app('translator')->get('messages.Apply now'); ?></div>
<div>
<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="to-develop" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Position-728" transform="translate(-300.000000, -356.000000)" stroke="#FFFFFF" stroke-width="2">
<g id="Position-728" transform="translate(-300.000000, -356.000000)" stroke="#FFFFFF" stroke-width="2">
<g id="Group-Copy" transform="translate(25.000000, 337.000000)">
<g id="Group-2" transform="translate(276.000000, 20.000000)">
<path d="M7.31707317,10 C7.31707317,11.9265746 5.6790904,13.4883721 3.65853659,13.4883721 C1.63798277,13.4883721 -1.18423789e-14,11.9265746 -1.18423789e-14,10 C-1.18423789e-14,8.07342543 1.63798277,6.51162791 3.65853659,6.51162791 C5.6790904,6.51162791 7.31707317,8.07342543 7.31707317,10 Z" id="Stroke-1"></path>
<path d="M20,3.48844176 C20,5.41497785 18.3620172,6.97674419 16.3414634,6.97674419 C14.3209096,6.97674419 12.6829268,5.41497785 12.6829268,3.48844176 C12.6829268,1.56176633 14.3209096,-3.55271368e-14 16.3414634,-3.55271368e-14 C18.3620172,-3.55271368e-14 20,1.56176633 20,3.48844176 Z" id="Stroke-3"></path>
<path d="M20,16.5116976 C20,18.4382337 18.3620172,20 16.3414634,20 C14.3209096,20 12.6829268,18.4382337 12.6829268,16.5116976 C12.6829268,14.5851615 14.3209096,13.0232558 16.3414634,13.0232558 C18.3620172,13.0232558 20,14.5851615 20,16.5116976 Z" id="Stroke-5"></path>
<line x1="6.82926829" y1="11.627907" x2="12.6829268" y2="14.4186047" id="Stroke-7"></line>
<line x1="12.6829268" y1="5.58139535" x2="6.82926829" y2="8.37209302" id="Stroke-9"></line>
</g>
</g>
</g>
</g>
</svg>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('site.layouts.app', [
'light_menu' => true
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/quadcode-jobs/resources/views/site/vacancy.blade.php ENDPATH**/ ?>