Test Commit Rückwärts

This commit is contained in:
MeinholC 2026-04-14 18:31:41 +02:00
parent 8e466883d1
commit b51af02793

View File

@ -105,7 +105,7 @@
<span>📅 {{ $event->occurrences->first()->start_datetime->format('d.m.Y') }}</span>
@endif
@if($event->location_id && $event->location)
<span>📍 {{ $event->location->name }}</span>
<span>📍 {{ $event->location->name }}</span>
@endif
</div>
<a href="{{ route('event.detail', $event) }}" class="event-link">Details ansehen </a>