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/194bacb8af62583ffa1bebc74d8dc1d1163de30c.php
<?php if($jobs->lastPage() > 1): ?>

<div class="joblist__pagination">
    <div class="pagination">
        <?php if($jobs->currentPage() > 1): ?>
        <a href="<?php echo e($jobs->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($jobs->currentPage()); ?></span>
            <span class="pagination__total"><?php echo e($jobs->lastPage()); ?></span>
        </div>
        <?php if($jobs->currentPage() < $jobs->lastPage()): ?>
        <a href="<?php echo e($jobs->nextPageUrl()); ?>" class="pagination__next is-not-available" 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**/ ?>