🎭 Veranstaltungen

Entdecke spannende Events in deiner Stadt

@if($events->count() > 0)
@foreach($events as $event)
@if($event->image_url) {{ $event->title }} @else 📅 @endif
@if($event->category) {{ $event->category }} @endif

{{ $event->title }}

{{ Str::limit($event->description, 120) }}

@if($event->occurrences->count() > 0) @php $firstOccurrence = $event->occurrences->first(); @endphp
📅 {{ $firstOccurrence->start_datetime->format('d.m.Y H:i') }} Uhr
@endif @if($event->location)
📍 {{ $event->location }}
@endif @if($event->occurrences->count() > 1)
🔔 +{{ $event->occurrences->count() - 1 }} weitere Termin(e)
@endif
Details anzeigen →
@endforeach
@if($events->hasPages()) @endif @else

😔 Keine Veranstaltungen gefunden

Versuchen Sie, Ihre Filter anzupassen.

@endif