@foreach ($evento->fotos as $foto)
@endforeach
@if ($evento->fotos->count() > 1)
@foreach ($evento->fotos as $foto)
@endforeach
@endif
📅 {{ $evento->fecha->format('d') }} de {{ $meses[(int) $evento->fecha->format('n')] }} de {{ $evento->fecha->format('Y') }}
@if ($evento->hora) · {{ \Illuminate\Support\Str::of($evento->hora)->substr(0, 5) }} hs @endif
{{ $evento->titulo }}
@if ($evento->ubicacion)📍 {{ $evento->ubicacion }}
@endif{{ $evento->contenido }}
@if ($evento->enlace)
@endif