Mehr Bilder, Arbeit am Backend

This commit is contained in:
2026-03-29 21:55:35 +02:00
parent 7c3da000f9
commit 44eb81e99a
18 changed files with 238 additions and 14 deletions

View File

@@ -45,10 +45,10 @@
<li><a href="{{ route('apply') }}">{{ __('app.nav.apply') }}</a></li>
@auth
<br />
<li><a href="{{ route('editTicker') }}">Ticker bearbeiten</a></li>
<li><a href="{{ route('editNews') }}">Nachrichten bearbeiten</a></li>
<li><a href="{{ route('logout') }}">Abmelden</a></li>
<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('logout') }}">{{ __('app.nav.logout') }}</a></li>
@endauth
</ul>
<br />