@if (isset($eventos['data']) && count($eventos['data']) > 0)
{{ $highlightCategorie['name'] }}
{{ $highlightCategorie['description'] }}
@foreach ($eventos['data'] as $event)
@php
$super_img_url =
env('CDN_URL') .
'/public/products/' .
$event['id'] .
'/' .
$event['ticketing_super_img'];
$poster_url =
env('CDN_URL') .
'/public/products/' .
$event['id'] .
'/' .
$event['poster'];
@endphp
{{ \Carbon\Carbon::parse($event['fecha_evento'])->format('d/m/Y') }}
•
{{ \Carbon\Carbon::parse($event['hora_evento'])->format('g:i A') }}
{{ $event['product_categorie']['category']['name'] }}
{{ $event['title_small'] }}
Estadio Nacional
@php
$currentPath = request()->path();
$segments = explode('/', $currentPath);
$slug = end($segments);
$ubicacion = empty($slug) ? env('APP_PAIS') : $slug;
@endphp
@endforeach
@if ($eventos['last_page'] > 1)
@if ($eventos['prev_page_url'])
Anterior
@endif
@foreach ($eventos['links'] as $link)
@if (is_numeric($link['label']))
{{ $link['label'] }}
@endif
@endforeach
@if ($eventos['next_page_url'])
Siguiente
@endif
@endif
@else
No se encontraron registros
No hay eventos disponibles en esta categoría en este
momento. Por favor, vuelve a consultar más tarde.
Volver al inicio
@endif