瀏覽代碼

Aplication Notification

Mostafijur Rahman 1 年之前
父節點
當前提交
1c3dcf8d30

+ 3 - 0
resources/views/application/layouts/header.blade.php

@@ -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">
                                 <a href="javascript:void(0)">
                                     <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>
                                 </div>
                             </li>

+ 1 - 1
resources/views/supervisor/student_proposal_details.blade.php

@@ -343,7 +343,7 @@
 @endsection
 @push('js')       
 
-      @include('supervisor.layouts.modal')
+      {{-- @include('supervisor.layouts.modal') --}}
 
       <script>