Ignore:
Timestamp:
10/23/21 04:03:46 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
b39afb5
Parents:
c6b84df
Message:

bug fixes, edited export, added fileSeeder for DB testing

File:
1 edited

Legend:

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

    rc6b84df r4b7e2d3  
    55    <meta name="viewport" content="width=device-width, initial-scale=1">
    66    <meta http-equiv="X-UA-Compatible" content="ie=edge">
     7    <meta name="csrf-token" content="{{ csrf_token() }}">
    78    <title>@yield('title')</title>
    89
     
    1819    <link rel="stylesheet" href="{{ url('assets/css/app.min.css') }}" type="text/css">
    1920    <link rel="stylesheet" href="{{ url('vendors/lightbox/magnific-popup.css') }}" type="text/css">
     21
    2022
    2123</head>
     
    125127                    <!-- begin::header notification dropdown -->
    126128                    <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>
    135155                            </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>
    141156                        </div>
    142                     </div>
    143157                    </li>
    144158
Note: See TracChangeset for help on using the changeset viewer.