mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.6
This commit is contained in:
@@ -28,6 +28,8 @@ foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
<?php } ?>
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="notification">
|
||||
<a class="btn btn-primary btn-block" href="/admin/notication/mark">Manquer toutes les notifications comme lu</a>
|
||||
<hr>
|
||||
<?php
|
||||
foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
$fa_icon = "fa-info";
|
||||
|
||||
Reference in New Issue
Block a user