{{ \Carbon\Carbon::parse($event['fecha_evento'])->format('d') }}
{{ strtoupper(\Carbon\Carbon::parse($event['fecha_evento'])->locale('es')->shortMonthName) }}
{{ \Carbon\Carbon::parse($event['hora_evento'])->format('g:i A') }}
*Apto para todas las edades
¡Disfruta del mejor concierto!
Fecha:
{{ \Carbon\Carbon::parse($event['fecha_evento'])->locale('es')->isoFormat('dddd DD [de] MMMM [de] YYYY') }}
Hora:
{{ \Carbon\Carbon::parse($event['hora_evento'])->format('g:i A') }}
Dirección:
{{ $event['address'] }}
{!! $event['description'] !!}
Disfruta más que nunca.
@php $themeConfig = [ 'bg' => 'transparent', 'textPrimary' => 'text-black', 'textSecondary' => 'text-gray-500', 'descriptionColor' => 'text-gray-600', 'priceColor' => 'text-grey-700', 'border' => 'border-gray-200', 'button' => 'bg-purple-200 text-white hover:bg-purple-600 py-4', ]; @endphp