@extends('layouts.app') @section('title', 'Inicio') @section('body') {{-- @dd('hola') --}}
@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') }} • {{ \Carbon\Carbon::parse($event['hora_evento'])->format('g:i A') }}
{{ $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