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**/ ?>