@extends('layouts.app') @section('title', $event['title_small']) @section('body') {{--
{{ \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') }}
¡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-neutral-500', 'descriptionColor' => 'text-neutral-600', 'priceColor' => 'text-neutral-700', 'border' => 'border-neutral-100', 'button' => 'bg-primary-200 text-white hover:bg-primary-600 py-4', ]; @endphp