Changeset 4b7e2d3 for resources/views/layouts
- Timestamp:
- 10/23/21 04:03:46 (3 years ago)
- Branches:
- develop, master
- Children:
- b39afb5
- Parents:
- c6b84df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/layouts/app.blade.php
rc6b84df r4b7e2d3 5 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 6 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <meta name="csrf-token" content="{{ csrf_token() }}"> 7 8 <title>@yield('title')</title> 8 9 … … 18 19 <link rel="stylesheet" href="{{ url('assets/css/app.min.css') }}" type="text/css"> 19 20 <link rel="stylesheet" href="{{ url('vendors/lightbox/magnific-popup.css') }}" type="text/css"> 21 20 22 21 23 </head> … … 125 127 <!-- begin::header notification dropdown --> 126 128 <li class="nav-item dropdown"> 127 <div class="dropdown dropdown-notifications-wrapper dropdown-menu-right dropdown-menu-big"> 128 <a href="javascript:void(0)" class="nav-link dropdown-notifications-unread icon" data-toggle="dropdown"> 129 <i data-feather="bell"></i> 130 <span class="nav-unread"></span> 131 </a> 132 <div class="dropdown-menu dropdown-notifications dropdown-menu-right dropdown-menu-big"> 133 <div class="bg-dark p-4 text-center d-flex justify-content-between align-items-center"> 134 <h5 class="mb-0">Notifications</h5> 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> 135 155 </div> 136 <div class="p-4 text-center align-items-center">137 <p class='text-center unreadNotificationsInfo'>No unread notifications</p>138 </div>139 <div class="dropdown-divider"></div>140 <a href="{{ route("dashboard.notifications.index") }}" class="dropdown-item text-center text-muted-dark">See all</a>141 156 </div> 142 </div>143 157 </li> 144 158
Note:
See TracChangeset
for help on using the changeset viewer.