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/9c457b4ea55b8ead4c83a76459cba80bd090d64c.php
<?php $__env->startSection('title', $item->title); ?>
<?php $__env->startSection('description', $item->description); ?>
<?php $__env->startSection('keywords', $item->keywords); ?>

<?php $__env->startSection('content'); ?>
<main class="app-content search-jobs">
    <section class="category-page for-search-jobs" style="--category-page-bg: url(/files/search.jpeg);">
        <header class="category-page__header">
            <div class="container">
                <h1><?php echo app('translator')->get('messages.Jobs at Quadcode'); ?></h1>
                <?php if($stats['positions']): ?>
                <div class="category-page__subtitle">
                    <span><?php echo e($stats['positions']); ?></span> <?php echo e(trans_choice('messages.positions', $stats['positions'])); ?> <?php echo trans_choice('messages.in <span>_</span> location', $stats['locations']); ?>

                </div>
                <?php endif; ?>
            </div>
        </header>

        <div class="category-page__content">
            <div class="container">
                <div class="search-jobs__inner">
                    <div class="search-jobs__filter-picker">
                        <?php echo $__env->make('site.partials.search_form', ['showFilters' => true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                    </div>
                    <div class="search-jobs__filter">
                        <div class="filter">
                            <?php if($filters['locations']): ?>
                            <div class="filter__group filter__group-result">
                                <div class="filter__group-name"><?php echo app('translator')->get('messages.Locations'); ?></div>
                                <div class="filter__group-items">
                                    <?php $__currentLoopData = $filters['locations']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $location): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <?php
                                            $uri = $filterUri;
                                            unset($uri['location'][array_search($id, $uri['location'])]);
                                            $searchRoute = route('search', $uri);
                                        ?>
                                    <div class="filter__item">
                                        <a href="<?php echo e($searchRoute); ?>" class="tag" rel="noopener">
                                            <div class="tag__control">
                                                <svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-3x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg>
                                            </div>
                                            <div class="tag__value"><?php echo e($location->title); ?></div>
                                        </a>
                                    </div>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                </div>
                            </div>
                            <?php endif; ?>
                            <?php if($filters['categories']): ?>
                            <div class="filter__group filter__group-result">
                                <div class="filter__group-name"><?php echo app('translator')->get('messages.Categories'); ?></div>
                                <div class="filter__group-items">
                                    <?php $__currentLoopData = $filters['categories']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <?php
                                            $uri = $filterUri;
                                            unset($uri['category'][array_search($id, $uri['category'])]);
                                            $searchRoute = route('search', $uri);
                                        ?>
                                    <div class="filter__item">
                                        <a href="<?php echo e($searchRoute); ?>" class="tag" rel="noopener">
                                            <div class="tag__control">
                                                <svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-3x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg>
                                            </div>
                                            <div class="tag__value"><?php echo e($category->title); ?></div>
                                        </a>
                                    </div>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                </div>
                            </div>
                            <?php endif; ?>
                        </div>
                    </div>

                    <div class="search-jobs__list">
                        <?php echo $__env->make('site.partials.vacancy_list', [
                            'searchPage' => true,
                            'jobs' => $vacancies,
                        ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                    </div>
                </div>
            </div>
        </div>

    </section>
</main>

<?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/search.blade.php ENDPATH**/ ?>