File: //var/www/quadcode-jobs/storage/framework/views/287edfe9820ca54d59ccfb0f38c6f6a2be2cdb1a.php
<?php
/**
* @var Collection|Position[] $positions
*/
use App\Models\Position;
use App\Models\Vacancy;
use Illuminate\Support\Collection;
?>
<?php if($positions->lastPage() > 1): ?>
<div class="joblist__pagination">
<div class="pagination">
<?php if($positions->currentPage() > 1): ?>
<a href="<?php echo e($positions->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($positions->currentPage()); ?></span>
<span class="pagination__total"><?php echo e($positions->lastPage()); ?></span>
</div>
<?php if($positions->currentPage() < $positions->lastPage()): ?>
<a href="<?php echo e($positions->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/position_list_pagination.blade.php ENDPATH**/ ?>