Ignore:
Timestamp:
10/23/21 17:48:25 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
a8346eb
Parents:
4b7e2d3
Message:

minor bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/layouts/app.blade.php

    r4b7e2d3 rb39afb5  
    125125                    <!-- end::header fullscreen -->
    126126
    127                     <!-- begin::header notification dropdown -->
    128                     <li class="nav-item dropdown">
    129 {{--                    <div class="dropdown dropdown-notifications-wrapper dropdown-menu-right dropdown-menu-big">--}}
    130 {{--                        <a href="javascript:void(0)" class="nav-link dropdown-notifications-unread icon" data-toggle="dropdown">--}}
    131 {{--                            <i data-feather="bell"></i>--}}
    132 {{--                            <span class="nav-unread"></span>--}}
    133 {{--                        </a>--}}
    134 {{--                        <div class="dropdown-menu dropdown-notifications dropdown-menu-right dropdown-menu-big">--}}
    135 {{--                            <div class="bg-dark p-4 text-center d-flex justify-content-between align-items-center">--}}
    136 {{--                                <h5 class="mb-0">Notifications</h5>--}}
    137 {{--                            </div>--}}
    138 {{--                            <div class="p-4 text-center align-items-center">--}}
    139 {{--                            <p class='text-center unreadNotificationsInfo'>No unread notifications</p>--}}
    140 {{--                            </div>--}}
    141 {{--                            <div class="dropdown-divider"></div>--}}
    142 {{--                            <a href="{{ route("dashboard.notifications.index") }}" class="dropdown-item text-center text-muted-dark">See all</a>--}}
    143 {{--                        </div>--}}
    144 {{--                    </div>--}}
    145 
    146                         <div class="dropdown dropdown-notifications-wrapper d-none d-md-flex">
    147                             <a class="nav-link dropdown-notifications-unread icon" data-toggle="dropdown">
    148                                 <i class="fe fe-bell"></i>
    149                                 <span class="nav-unread"></span>
    150                             </a>
    151                             <div class="dropdown-menu dropdown-notifications dropdown-menu-right dropdown-menu-arrow">
    152                                 <p class='text-center unreadNotificationsInfo'>No unread notifications</p>
    153                                 <div class="dropdown-divider"></div>
    154                                 <a href="{{ route("dashboard.notifications.index") }}" class="dropdown-item text-center text-muted-dark">See all</a>
    155                             </div>
    156                         </div>
    157                     </li>
    158 
    159 {{--                    </li>--}}
    160                     <!-- end::header notification dropdown -->
    161 
    162127                    <!-- begin::user menu -->
    163128                    <li class="nav-item dropdown">
Note: See TracChangeset for help on using the changeset viewer.