mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Permission update
This commit is contained in:
@@ -94,6 +94,14 @@
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
@if(\Auth::user()->p('schedule_see') == 1)
|
||||
<li class="nav-item ">
|
||||
<a class="nav-link" href="/admin/ocom">
|
||||
<i class="material-icons">menu_book</i>
|
||||
<p> BD des cours</p>
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
@if(\Auth::user()->p('article_see') == 1)
|
||||
<li class="nav-item ">
|
||||
<a class="nav-link" href="/admin/article">
|
||||
|
||||
Reference in New Issue
Block a user