File: /home/barbeatleanalyti/public_html/beatleanalytics.com/application/views/layout/admin/header.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<title>Dashboard </title>
<link rel="icon" type="image/x-icon" href="<?php echo ASSETS_BASE_URL?>assets/img/favicon.ico"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">
<link href="<?php echo ASSETS_BASE_URL?>bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="<?php echo ASSETS_BASE_URL?>assets/css/plugins.css" rel="stylesheet" type="text/css" />
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE LEVEL CUSTOM STYLES -->
<link rel="stylesheet" type="text/css" href="<?php echo ASSETS_BASE_URL?>plugins/table/datatable/datatables.css">
<link rel="stylesheet" type="text/css" href="<?php echo ASSETS_BASE_URL?>plugins/table/datatable/custom_dt_html5.css">
<link rel="stylesheet" type="text/css" href="<?php echo ASSETS_BASE_URL?>plugins/table/datatable/dt-global_style.css">
<!-- END PAGE LEVEL CUSTOM STYLES -->
<!-- BEGIN PAGE LEVEL STYLES -->
<link href="<?php echo ASSETS_BASE_URL?>assets/css/scrollspyNav.css" rel="stylesheet" type="text/css" />
<link href="<?php echo ASSETS_BASE_URL?>plugins/file-upload/file-upload-with-preview.min.css" rel="stylesheet" type="text/css" />
<!-- END PAGE LEVEL STYLES -->
<!-- END CUSTOM STYLE FILE -->
<link rel="stylesheet" type="text/css" href="<?php echo ASSETS_BASE_URL?>plugins/editors/quill/quill.snow.css">
<!-- BEGIN THEME GLOBAL STYLES -->
<link href="<?php echo ASSETS_BASE_URL?>plugins/flatpickr/flatpickr.css" rel="stylesheet" type="text/css">
<link href="<?php echo ASSETS_BASE_URL?>plugins/noUiSlider/nouislider.min.css" rel="stylesheet" type="text/css">
<!-- END THEME GLOBAL STYLES -->
<!-- BEGIN CUSTOM STYLE FILE -->
<link href="<?php echo ASSETS_BASE_URL?>plugins/flatpickr/custom-flatpickr.css" rel="stylesheet" type="text/css">
<link href="<?php echo ASSETS_BASE_URL?>plugins/noUiSlider/custom-nouiSlider.css" rel="stylesheet" type="text/css">
<link href="<?php echo ASSETS_BASE_URL?>plugins/bootstrap-range-Slider/bootstrap-slider.css" rel="stylesheet" type="text/css">
<!-- END CUSTOM STYLE FILE -->
<link rel="stylesheet" type="text/css" href="<?php echo ASSETS_BASE_URL?>plugins/bootstrap-select/bootstrap-select.min.css">
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico"/>
<link href="<?php echo ASSETS_BASE_URL?>assets/css/loader.css" rel="stylesheet" type="text/css" />
<script src="<?php echo ASSETS_BASE_URL?>assets/js/loader.js"></script>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">
<link href="<?php echo ASSETS_BASE_URL?>bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="<?php echo ASSETS_BASE_URL?>assets/css/plugins.css" rel="stylesheet" type="text/css" />
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE LEVEL PLUGINS/CUSTOM STYLES -->
<link href="<?php echo ASSETS_BASE_URL?>assets/css/dashboard/dash_2.css" rel="stylesheet" type="text/css" />
<!-- END PAGE LEVEL PLUGINS/CUSTOM STYLES -->
</head>
<body>
<!-- BEGIN LOADER -->
<div id="load_screen"> <div class="loader"> <div class="loader-content">
<div class="spinner-grow align-self-center"></div>
</div></div></div>
<!-- END LOADER -->
<!-- BEGIN NAVBAR -->
<div class="header-container fixed-top">
<header class="header navbar navbar-expand-sm">
<ul class="navbar-item theme-brand flex-row text-center">
<li class="nav-item theme-logo">
<a href="dashboard.html">
<img class="header_logo" src="assets/img/logo.png" class="navbar-logo" alt="logo">
</a>
</li>
</ul>
<ul class="navbar-item flex-row ml-md-0 ml-auto">
<li class="nav-item align-self-center search-animated">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search toggle-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
<form class="form-inline search-full form-inline search" role="search">
<div class="search-bar">
<input type="text" class="form-control search-form-control ml-lg-auto" placeholder="Search...">
</div>
</form>
</li>
</ul>
<ul class="navbar-item flex-row ml-md-auto">
<li class="nav-item dropdown notification-dropdown">
<a href="javascript:void(0);" class="nav-link dropdown-toggle" id="notificationDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path></svg><span class="badge badge-success"></span>
</a>
<div class="dropdown-menu position-absolute" aria-labelledby="notificationDropdown">
<div class="notification-scroll">
<div class="dropdown-item">
<div class="media">
<div class="media-body">
<div class="notification-para"><span class="user-name">01.</span> notification PUBG 1 demo text.....</div>
</div>
</div>
</div>
<div class="dropdown-item">
<div class="media">
<div class="media-body">
<div class="notification-para"><span class="user-name">02.</span> notification PUBG 2 demo text.....</div>
</div>
</div>
</div>
<div class="dropdown-item">
<div class="media">
<div class="media-body">
<div class="notification-para"><span class="user-name">03.</span> notification PUBG 3 demo text.....</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown user-profile-dropdown">
<a href="javascript:void(0);" class="nav-link dropdown-toggle user" id="userProfileDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<img src="assets/img/profile-16.jpg" alt="avatar">
</a>
<div class="dropdown-menu position-absolute" aria-labelledby="userProfileDropdown">
<div class="">
<div class="dropdown-item">
<a href="user_profile.html"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg> My Profile</a>
</div>
<div class="dropdown-item">
<a href="auth_login.html"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-out"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></svg> Sign Out</a>
</div>
</div>
</div>
</li>
</ul>
</header>
</div>
<!-- END NAVBAR -->
<!-- BEGIN NAVBAR -->
<div class="sub-header-container">
<header class="header navbar navbar-expand-sm">
<a href="javascript:void(0);" class="sidebarCollapse" data-placement="bottom"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg></a>
<ul class="navbar-nav flex-row">
<li>
<div class="page-header">
<nav class="breadcrumb-one" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="javascript:void(0);">Beatle Analytics </a></li>
<li class="breadcrumb-item active" aria-current="page"><span> Dashboard
</span></li>
</ol>
</nav>
</div>
</li>
</ul>
</header>
</div>
<div class="main-container" id="container">
<div class="overlay"></div>
<div class="search-overlay"></div>
<div id="content" class="main-content">
<div class="layout-px-spacing">
<div class="row layout-top-spacing">
<!-- Start main content from here -->