File: //var/www/quadcode-jobs/storage/framework/views/1faff16ae766cfe5c113d00696faaf084e11a5f4.php
<?php $__env->startSection('title', $item->title); ?>
<?php $__env->startSection('description', $item->description); ?>
<?php $__env->startSection('keywords', $item->keywords); ?>
<?php $__env->startSection('app-inner', 'app-inner--overflow-hidden js-animation'); ?>
<?php $__env->startSection('head'); ?>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/animation.gsap.min.js"></script>
<?php $__env->stopSection(); ?>
<?php
if (app()->getLocale() === DEFAULT_LOCALE) {
$locationPageRoute = route('page.show', ['locations']);
} else {
$locationPageRoute = route('page.show.locale', [app()->getLocale(), 'locations']);
}
?>
<?php $__env->startSection('content'); ?>
<section class="category-page location-page" style="--category-page-bg: url(<?php echo e($item->image('cover', 'flexible')); ?>);">
<header class="category-page__header">
<div class="container">
<h1><?php echo e($item->title); ?>, <?php echo e($item->country); ?></h1>
<?php if($item->getVacancyCount()): ?>
<div class="category-page__subtitle">
<span><?php echo e($item->getVacancyCount()); ?></span> <?php echo e(trans_choice('messages.positions', $item->getVacancyCount())); ?> <?php echo trans_choice('messages.in <span>_</span> job categories', app(\App\Repositories\LocationRepository::class)->getCategoryCount($item)); ?>
</div>
<?php endif; ?>
<div class="category-page__nav">
<a href="<?php echo e($locationPageRoute); ?>" class="go-back" rel="noopener"><?php echo app('translator')->get('messages.Back'); ?></a>
<?php if(strlen($item->about_office)): ?>
<a href="#about" class="taglink" rel="noopener">
<svg class="taglink__icon" width="11px" height="15px" viewbox="0 0 11 15" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0L5 5L0 10" transform="matrix(-4.371139E-08 1 -1 -4.371139E-08 10.5 9)" id="Stroke-1" fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="1" />
<path d="M0.5 0C0.5 0 0.5 4.66667 0.5 14" transform="translate(5 0.5)" id="Stroke-3" fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="1" />
</svg>
<span><?php echo app('translator')->get('messages.About the office'); ?></span>
</a>
<?php endif; ?>
</div>
</div>
</header>
<div class="category-page__content">
<div class="container">
<?php echo $__env->make('site.partials.vacancy_list', [
'jobs' => $item->getVacancyList(),
'showLocation' => false,
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
{<?php echo $item->about_office; ?>}
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('site.layouts.app', [
'light_menu' => $item->light_menu
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/quadcode-jobs/resources/views/site/location.blade.php ENDPATH**/ ?>