Events erstellen

This commit is contained in:
2026-04-04 22:59:19 +02:00
parent 77b14e753e
commit 3e5c99c3dd
7 changed files with 295 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
<li><a href="{{ route('editTicker') }}">{{ __('app.nav.editTicker') }}</a></li>
<li><a href="{{ route('editNews') }}">{{ __('app.nav.editNews') }}</a></li>
<li><a href="{{ route('editApplications') }}">{{ __('app.nav.editApplications') }}</a></li>
<li><a href="{{ route('editEvents') }}">{{ __('app.nav.events') }}</a></li>
<li><a href="{{ route('logout') }}">{{ __('app.nav.logout') }}</a></li>
@endauth
</ul>