ALPHA 3.0.6

This commit is contained in:
TheGamecraft
2018-11-08 12:16:01 -05:00
parent 87264660bc
commit 2b6bd17b8d
11 changed files with 193 additions and 25 deletions

View File

@@ -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";