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/13e968a59011702a12fc692498581d5df39e3cd5.php
<?php
    /** @var LengthAwarePaginator $vacancies */

    use Illuminate\Pagination\LengthAwarePaginator;
?>

<?php if($vacancies->lastPage() > 1): ?>
    <div class="joblist__pagination">
        <div class="pagination">
            <?php if($vacancies->currentPage() > 1): ?>
                <a href="<?php echo e($vacancies->previousPageUrl()); ?>" class="pagination__prev" rel="noopener">
                    <span class="pagination__icon">
                        <svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512">
                            <path fill="currentColor"
                                  d="M238.475 475.535l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L50.053 256 245.546 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L10.454 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z"></path>
                        </svg>
                    </span>
                    <span><?php echo app('translator')->get('pagination.previous'); ?></span>
                </a>
            <?php endif; ?>
            <div class="pagination__page">
                <span class="pagination__current"><?php echo e($vacancies->currentPage()); ?></span>
                <span class="pagination__total"><?php echo e($vacancies->lastPage()); ?></span>
            </div>
            <?php if($vacancies->currentPage() < $vacancies->lastPage()): ?>
                <a href="<?php echo e($vacancies->nextPageUrl()); ?>" class="pagination__next" rel="noopener">
                    <span><?php echo app('translator')->get('pagination.next'); ?></span>
                    <span class="pagination__icon">
                        <svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512">
                            <path fill="currentColor"
                                  d="M17.525 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z"></path>
                        </svg>
                    </span>
                </a>
            <?php endif; ?>
        </div>
    </div>
<?php endif; ?>
<?php /**PATH /var/www/quadcode-jobs/resources/views/site/partials/vacancy_list_pagination.blade.php ENDPATH**/ ?>