HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/quadcode-jobs/storage/framework/views/75666686b0e05eeed60f2359e451326ca9f95c5a.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
    $locationPageRoute = route('page.show', ['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="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**/ ?>