@extends('layouts.layout') @section('title', 'Inicio') @section('body')
@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 {{ $event['title_small'] }}
{{ \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 ($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
@endsection