новости в админке для логин скрина

This commit is contained in:
2026-03-15 17:04:31 +04:00
parent d4880d2f05
commit 835f795a48
13 changed files with 699 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
@if ($portalUser)
<a href="{{ route('cabinet.index') }}">Личный кабинет</a>
@if ($portalUser->canAccessAdminPanel())
<a href="{{ route('admin.accounts.index') }}">Админка</a>
<a href="{{ route('admin.accounts.index') }}">Аккаунты</a>
<a href="{{ route('admin.login-screen-news.index') }}">Новости WoW</a>
@endif
@endif
</nav>