{{--
* Results - Canonical: Displays the prev, next and canonical link
--}}
{{-- Searching for the pagination array --}}
{{-- Note: Remember to update the domain URL --}}
@if(!empty($data['events']))
@if(!empty($data['pagination']))
@if(is_array($data['pagination']))
@foreach ($data['pagination'] as $page)
@if ($page['text'] == "›" || $page['text'] == htmlentities ("›"))
@endif
@if ($page['text'] == "‹" || $page['text'] == htmlentities("‹"))
@endif
@if ($page['text'] == $data['param_page'])
@endif
@endforeach
@endif
@elseif(isset($data['canonical_params']))
@endif
@elseif(isset($data['canonical_params']))
@endif