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/b183aef2f58f87d7d0a3747b2746155f19615f36.php
<?php
    /** @var LeverCategory $category */

    use App\Models\LeverCategory;use App\Repositories\CategoryRepository;
?>




<?php $__env->startSection('title', $category->title); ?>

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

    <?php if(!empty($modalTitle)): ?>
        <script>
            $(function () {
                $(document).on('click', '.js-close-modal', function () {
                    $('.modal--form').removeClass('is-active');
                    history.pushState({}, '', window.location.origin + window.location.pathname)
                });
            });
        </script>
        <article class="modal modal--form is-active">
            <div class="modal__wrapper">
                <div class="modal__inner">
                    <div class="modal__close js-close-modal">
                        <svg width="18px" height="18px" viewbox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg">
                            <path d="M0.888889 1L15.1111 15" transform="translate(1 1)" fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>
                            <path d="M0.888889 1L15.1111 15" transform="matrix(-1 0 0 1 17 1)" fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>
                        </svg>
                    </div>
                    <div class="modal__content">
                        <div>
                            <div class="form__title">
                                <?php echo app('translator')->get('messages.Oops! It seems that the position has been filled.'); ?><br/>
                                <?php echo $modalTitle; ?>

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

    <section class="category-page">
        <header class="category-page__header">
            <div class="container">
                <h1><?php echo e($category->title); ?></h1>
                <?php if(!empty($category->count)): ?>
                    <div class="category-page__subtitle">
                        <span><?php echo e($category->count); ?></span>
                        <?php echo e(trans_choice('messages.positions', $category->count)); ?>

                        <?php echo trans_choice('messages.in <span>_</span> location', CategoryRepository::getLocationCount($category)); ?>

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

        <div class="category-page__content">
            <div class="container">
                <?php echo $__env->make('site.partials.vacancy_list', ['vacancies' => $category->getVacanciesList(), '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' => false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/quadcode-jobs/resources/views/site/category.blade.php ENDPATH**/ ?>