File: //var/www/quadcode-jobs/storage/framework/views/e0a4b92c00fab9b63b07d002e207ab2851658a1d.php
<div class="message">
<div class="message__title">
<?php echo app('translator')->get('messages.No open positions currently'); ?><br>
<?php if($subtitle && !$searchPage): ?>
<?php endif; ?>
</div>
<p class="message__text">
<?php echo app('translator')->get('messages.We might not have room for you at the moment, but we always want to hear from talented professionals. If you would like to submit your CV, we can get in touch with you should anything become available.'); ?>
</p>
<div class="message__actions">
<?php
//$page = app(\App\Repositories\LocationRepository::class)->forSlug('all-vacancies');
$pageId = 5;
if ($pageId) {
if (App::isLocale('ru')) {
$url = '/ru/' . \App\Models\Slugs\PageSlug::where('page_id', $pageId)->where('locale', 'ru')->first()->slug . '/';
} else {
$url = '/en/' . \App\Models\Slugs\PageSlug::where('page_id', $pageId)->where('locale', 'en')->first()->slug . '/';
}
} else {
$url = '#';
}
?>
<a href="<?php echo e($url); ?>" class="custom-button" rel="noopener"><?php echo app('translator')->get('messages.See all jobs'); ?></a>
</div>
</div>
<?php /**PATH /var/www/quadcode-jobs/resources/views/site/partials/vacancy_list_empty.blade.php ENDPATH**/ ?>