Proximos Eventos
@foreach ($events['proximos']['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') }}
•
{{ $event['hora_evento'] }}
{{ $event['product_categorie']['category']['name'] }}
{{ $event['title_small'] }}
Estadio Nacional
@endforeach
@if ($events['proximos']['last_page'] > 1)
@if ($events['proximos']['prev_page_url'])
Anterior
@endif
@foreach ($events['proximos']['links'] as $link)
@if (is_numeric($link['label']))
{{ $link['label'] }}
@endif
@endforeach
@if ($events['proximos']['next_page_url'])
Siguiente
@endif
@endif