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