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


<?php $__env->startSection('content'); ?>

    <section class="category-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); ?></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> location', app(\App\Repositories\CategoryRepository::class)->getLocationCount($item)); ?>

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

        <div class="category-page__content">
            <div class="container">
                <a href="<?php echo e(route('page.show', [app()->getLocale(), 'job-categories'])); ?>" class="go-back" rel="noopener"><?php echo app('translator')->get('messages.Back'); ?></a>

                <?php echo $__env->make('site.partials.vacancy_list', [
                    'jobs' => $item->getVacancyList(),
                    'showCategory' => false,
                ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            </div>
        </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/category.blade.php ENDPATH**/ ?>