Commit abc449250adb3c0df06c0fa71eda020a280ab521
1 parent
b9d60a9543
Exists in
master
and in
1 other branch
Блейд слоя
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
resources/views/layout/admin.blade.php
... | ... | @@ -989,6 +989,7 @@ |
989 | 989 | @if ($cont->url_page == "admin/roles") |
990 | 990 | @if ((($cont->is_admin == 1) && ($admin == 1)) || |
991 | 991 | (($cont->is_manager == 1) && ($is_manager == 1))) |
992 | + | |
992 | 993 | <li class="relative px-6 py-3"> |
993 | 994 | <a class="inline-flex items-center w-full text-sm font-semibold transition-colors duration-150 hover:text-gray-800 dark:hover:text-gray-200 {{ Request::routeIs('admin.roles') ? 'dark:text-gray-100' : null }}" href="{{ route('admin.roles') }}"> |
994 | 995 | <svg |