@isset($links->current_page)
@foreach ($links->links as $link) @php parse_str(parse_url($link->url)['query'] ?? '', $params); $page = $params['page'] ?? 1; @endphp @if ($link->url == null)
{{ html_entity_decode($link->label) }}
@else
{{ html_entity_decode($link->label) }}
@endif @endforeach
@endisset