|
@@ -17,6 +17,9 @@
|
|
<div class="dropdown tooltips click_for_notification_list_popup_header" style="float: right; margin-top: 0px;" title="Notifications" id="notification_part">
|
|
<div class="dropdown tooltips click_for_notification_list_popup_header" style="float: right; margin-top: 0px;" title="Notifications" id="notification_part">
|
|
<a href="javascript:void(0)">
|
|
<a href="javascript:void(0)">
|
|
<i class="fa fa-bell btn1" style="padding: 8px 9px; font-size: 13px; margin-top: -2px;"></i>
|
|
<i class="fa fa-bell btn1" style="padding: 8px 9px; font-size: 13px; margin-top: -2px;"></i>
|
|
|
|
+ @if(count($unreadnotifications) > 0)
|
|
|
|
+ <span style="position: absolute; background: #dc3545;border-radius: 50%; margin-left: -15px; margin-top: -8px; color: #fff; font-size: 8.5px;font-family: cursive; width: 15px; height: 15px; text-align-last: center;"><span style="top: 1px; position: relative;">{{ count($unreadnotifications) }}</span></span>
|
|
|
|
+ @endif
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</li>
|