@if (!is_null($previousPageUrl) || !is_null($nextPageUrl))
@php $nextPage = intval($page) + 1; $prevPage = intval($page) - 1; @endphp
@endif