@extends('layouts.layout') @section('title', 'Inicio') @section('body')
@if(isset($highlights) && count($highlights) > 0)

{{ $highlightCategorie['name'] }}

{{ $highlightCategorie['description'] }}

@foreach ($highlights 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['productCategorie']['category']['name'] }}
{{ $event['title_small'] }}

Estadio Nacional

@endforeach
@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