577 lines
28 KiB
PHP
577 lines
28 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
<title>nHance</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta content="" name="description" />
|
|
<meta content="nHANCE" name="nHANCE" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<!-- App favicon -->
|
|
<link rel="shortcut icon" href="<?= base_url()."public"; ?>/assets/images/favicon.ico">
|
|
|
|
<!-- plugin css -->
|
|
<link href="<?= base_url()."public"; ?>/assets/libs/admin-resources/jquery.vectormap/jquery-jvectormap-1.2.2.css" rel="stylesheet" type="text/css" />
|
|
|
|
<!-- third party css -->
|
|
<link href="<?= base_url()."public"; ?>/assets/libs/datatables.net-bs4/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="<?= base_url()."public"; ?>/assets/libs/datatables.net-responsive-bs4/css/responsive.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="<?= base_url()."public"; ?>/assets/libs/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="<?= base_url()."public"; ?>/assets/libs/datatables.net-select-bs4/css//select.bootstrap4.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- third party css end -->
|
|
|
|
<!-- App css -->
|
|
<link href="<?= base_url()."public"; ?>/assets/css/bootstrap-creative.min.css" rel="stylesheet" type="text/css" id="bs-default-stylesheet" />
|
|
<link href="<?= base_url()."public"; ?>/assets/css/app-creative.min.css" rel="stylesheet" type="text/css" id="app-default-stylesheet" />
|
|
|
|
<link href="<?= base_url()."public"; ?>/assets/css/bootstrap-creative-dark.min.css" rel="stylesheet" type="text/css" id="bs-dark-stylesheet" />
|
|
<link href="<?= base_url()."public"; ?>/assets/css/app-creative-dark.min.css" rel="stylesheet" type="text/css" id="app-dark-stylesheet" />
|
|
|
|
<!-- icons -->
|
|
<link href="<?= base_url()."public"; ?>/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
<!-- JQuery CDN -->
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
|
|
<!-- Sweet Alert CDN -->
|
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.10.4/dist/sweetalert2.all.min.js"></script>
|
|
|
|
|
|
<link rel="manifest" href="../manifest.json">
|
|
|
|
<script>
|
|
if ('serviceWorker' in navigator) {
|
|
window.addEventListener('load', function() {
|
|
navigator.serviceWorker.register('../service-worker.js').then(function(registration) {
|
|
// console.log('Service Worker registration successful with scope:', registration.scope);
|
|
}, function(err) {
|
|
// console.log('Service Worker registration failed:', err);
|
|
});
|
|
});
|
|
}
|
|
</script>
|
|
<style>
|
|
body[data-sidebar-size=condensed]:not([data-layout=compact]):not(.auth-fluid-pages){
|
|
min-height: 0;
|
|
}
|
|
.navbar-custom{
|
|
top: -10px !important;
|
|
height: 61px !important;
|
|
}
|
|
.logo-box{
|
|
top: -10px !important;
|
|
height: 61px !important;
|
|
}
|
|
.content-page {
|
|
padding: 80px 15px 65px 15px !important;
|
|
}
|
|
/* Media query for small screens */
|
|
@media screen and (min-width: 768px) {
|
|
/* Styles for screens with a minimum width of 768px (e.g., tablets and larger devices) */
|
|
.navbar-custom .button-menu-mobile {
|
|
display: none; /* Hide the button on larger screens */
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Preloader
|
|
-------------------------------------------------------*/
|
|
|
|
.loader-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #00000069;
|
|
z-index: 99999;
|
|
}
|
|
|
|
.loader {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 50px;
|
|
height: 50px;
|
|
font-size: 0;
|
|
color: #00c9d0;
|
|
display: inline-block;
|
|
margin: -25px 0 0 -25px;
|
|
text-indent: -9999em;
|
|
-webkit-transform: translateZ(0);
|
|
-ms-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
}
|
|
.lead{
|
|
font-size:13px;
|
|
}
|
|
.loader div {
|
|
background-color: #6ad9cf;
|
|
display: inline-block;
|
|
float: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 50px;
|
|
height: 50px;
|
|
opacity: .5;
|
|
border-radius: 50%;
|
|
-webkit-animation: ballPulseDouble 2s ease-in-out infinite;
|
|
animation: ballPulseDouble 2s ease-in-out infinite;
|
|
}
|
|
|
|
.loader div:last-child {
|
|
-webkit-animation-delay: -1s;
|
|
animation-delay: -1s;
|
|
}
|
|
|
|
@-webkit-keyframes ballPulseDouble {
|
|
0%,
|
|
100% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
|
|
@keyframes ballPulseDouble {
|
|
0%,
|
|
100% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
|
|
.toast-success {
|
|
background-color: #009688 !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
|
|
/* .dataTables_wrapper .text-right {
|
|
position: relative;
|
|
} */
|
|
|
|
.dataTables_wrapper .dt-buttons .buttons-csv,
|
|
.dataTables_wrapper .dt-buttons .buttons-html5 {
|
|
background-color: #02a8b5;
|
|
color: #fff;
|
|
border-color: #02a8b5;
|
|
}
|
|
|
|
.dataTables_wrapper .dt-buttons .buttons-csv:hover,
|
|
.dataTables_wrapper .dt-buttons .buttons-html5:hover {
|
|
background-color: #028291;
|
|
border-color: #028291;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<script>
|
|
$(window).on('load', function() {
|
|
// Preloader
|
|
setTimeout(function() {
|
|
$('.loader').fadeOut();
|
|
$('.loader-mask').delay(350).fadeOut('slow');
|
|
}, 1000); // 5000 milliseconds = 5 seconds
|
|
});
|
|
</script>
|
|
|
|
|
|
</head>
|
|
|
|
<body class="loading" data-layout-mode="" data-layout='{"mode": "light", "width": "fluid", "menuPosition": "fixed", "sidebar": { "color": "light", "size": "condensed", "showuser": false}, "topbar": {"color": "dark"}, "showRightSidebarOnPageLoad": false}'></body>
|
|
|
|
<!-- Preloader -->
|
|
<div class="loader-mask">
|
|
<div class="loader">
|
|
<div></div>
|
|
<div></div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Begin page -->
|
|
<div id="wrapper">
|
|
|
|
<!-- Topbar Start -->
|
|
<div class="navbar-custom">
|
|
<div class="container-fluid">
|
|
<ul class="list-unstyled topnav-menu float-right mb-0">
|
|
|
|
<li class="d-none d-lg-block">
|
|
<form class="app-search">
|
|
<div class="app-search-box dropdown">
|
|
<div class="input-group">
|
|
<input type="search" class="form-control" placeholder="Search..." id="top-search">
|
|
<div class="input-group-append">
|
|
<button class="btn" type="submit">
|
|
<i class="fe-search"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<!-- <div class="dropdown-menu dropdown-lg" id="search-dropdown">
|
|
<div class="dropdown-header noti-title">
|
|
<h5 class="text-overflow mb-2">Found <span class="text-danger">09</span> results</h5>
|
|
</div>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="fe-home mr-1"></i>
|
|
<span>Analytics Report</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="fe-aperture mr-1"></i>
|
|
<span>How can I help you?</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="fe-settings mr-1"></i>
|
|
<span>User profile settings</span>
|
|
</a>
|
|
|
|
<div class="dropdown-header noti-title">
|
|
<h6 class="text-overflow mb-2 text-uppercase">Users</h6>
|
|
</div>
|
|
|
|
<div class="notification-list">
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="media">
|
|
<img class="d-flex mr-2 rounded-circle" src="<?= base_url()."public"; ?>/assets/images/users/avatar-2.jpg" alt="Generic placeholder image" height="32">
|
|
<div class="media-body">
|
|
<h5 class="m-0 font-14">Erwin E. Brown</h5>
|
|
<span class="font-12 mb-0">UI Designer</span>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="media">
|
|
<img class="d-flex mr-2 rounded-circle" src="<?= base_url()."public"; ?>/assets/images/users/avatar-5.jpg" alt="Generic placeholder image" height="32">
|
|
<div class="media-body">
|
|
<h5 class="m-0 font-14">Jacob Deo</h5>
|
|
<span class="font-12 mb-0">Developer</span>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
</div> -->
|
|
</div>
|
|
</form>
|
|
</li>
|
|
|
|
<!-- <li class="dropdown notification-list topbar-dropdown">
|
|
<a class="nav-link dropdown-toggle waves-effect waves-light" data-toggle="dropdown" href="#" role="button" aria-haspopup="false" aria-expanded="false">
|
|
<i class="fe-bell noti-icon"></i>
|
|
<span class="badge badge-danger rounded-circle noti-icon-badge">1</span>
|
|
</a>
|
|
<div class="dropdown-menu dropdown-menu-right dropdown-lg">
|
|
|
|
<div class="dropdown-item noti-title">
|
|
<h5 class="m-0">
|
|
<span class="float-right">
|
|
<a href="" class="text-dark">
|
|
<small>Clear All</small>
|
|
</a>
|
|
</span>Notification
|
|
</h5>
|
|
</div>
|
|
|
|
<div class="noti-scroll" data-simplebar>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item active">
|
|
<div class="notify-icon bg-soft-primary text-primary">
|
|
<i class="mdi mdi-comment-account-outline"></i>
|
|
</div>
|
|
<p class="notify-details">Doug Dukes commented on Admin Dashboard
|
|
<small class="text-muted">1 min ago</small>
|
|
</p>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="notify-icon">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/users/avatar-2.jpg" class="img-fluid rounded-circle" alt="" /> </div>
|
|
<p class="notify-details">Mario Drummond</p>
|
|
<p class="text-muted mb-0 user-msg">
|
|
<small>Hi, How are you? What about our next meeting</small>
|
|
</p>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="notify-icon">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/users/avatar-4.jpg" class="img-fluid rounded-circle" alt="" /> </div>
|
|
<p class="notify-details">Karen Robinson</p>
|
|
<p class="text-muted mb-0 user-msg">
|
|
<small>Wow ! this admin looks good and awesome design</small>
|
|
</p>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="notify-icon bg-soft-warning text-warning">
|
|
<i class="mdi mdi-account-plus"></i>
|
|
</div>
|
|
<p class="notify-details">New user registered.
|
|
<small class="text-muted">5 hours ago</small>
|
|
</p>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="notify-icon bg-info">
|
|
<i class="mdi mdi-comment-account-outline"></i>
|
|
</div>
|
|
<p class="notify-details">Caleb Flakelar commented on Admin
|
|
<small class="text-muted">4 days ago</small>
|
|
</p>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="notify-icon bg-secondary">
|
|
<i class="mdi mdi-heart"></i>
|
|
</div>
|
|
<p class="notify-details">Carlos Crouch liked
|
|
<b>Admin</b>
|
|
<small class="text-muted">13 days ago</small>
|
|
</p>
|
|
</a>
|
|
</div>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item text-center text-primary notify-item notify-all">
|
|
View all
|
|
<i class="fe-arrow-right"></i>
|
|
</a>
|
|
|
|
</div>
|
|
</li> -->
|
|
|
|
<li class="dropdown notification-list topbar-dropdown">
|
|
<a class="nav-link dropdown-toggle nav-user mr-0 waves-effect waves-light" data-toggle="dropdown" href="#" role="button" aria-haspopup="false" aria-expanded="false">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/users/avatar-1.jpg" alt="user-image" class="rounded-circle">
|
|
<span class="pro-user-name ml-1">
|
|
Venkat
|
|
<!-- <i class="mdi mdi-chevron-down"></i> -->
|
|
</span>
|
|
</a>
|
|
<!--<div class="dropdown-menu dropdown-menu-right profile-dropdown ">
|
|
<div class="dropdown-header noti-title">
|
|
<h6 class="text-overflow m-0">Welcome !</h6>
|
|
</div>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="ri-account-circle-line"></i>
|
|
<span>My Account</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="ri-settings-3-line"></i>
|
|
<span>Settings</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="ri-wallet-line"></i>
|
|
<span>My Wallet <span class="badge badge-success float-right">3</span> </span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="ri-lock-line"></i>
|
|
<span>Lock Screen</span>
|
|
</a>
|
|
|
|
|
|
<a href="<?= base_url('/logout'); ?>" class="dropdown-item notify-item">
|
|
<i class="ri-logout-box-line"></i>
|
|
<span>Logout</span>
|
|
</a>
|
|
|
|
</div>-->
|
|
</li>
|
|
|
|
<!-- <li class="dropdown notification-list">
|
|
<a href="javascript:void(0);" class="nav-link right-bar-toggle waves-effect waves-light">
|
|
<i class="fe-settings noti-icon"></i>
|
|
</a>
|
|
</li> -->
|
|
|
|
<li class="dropdown notification-list">
|
|
<a href="<?= base_url('/logout'); ?>" class="nav-link waves-effect waves-light">
|
|
<i class="ri-logout-box-r-line" style="font-size: 25px;"></i>
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<!-- LOGO -->
|
|
<div class="logo-box">
|
|
<a href="index.html" class="logo logo-dark text-center">
|
|
<span class="logo-sm">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/n.png" alt="" height="24">
|
|
<!-- <span class="logo-lg-text-light">NHANCE</span> -->
|
|
</span>
|
|
<span class="logo-lg">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/logo-dark.png" alt="" height="20">
|
|
<!-- <span class="logo-lg-text-light">M</span> -->
|
|
</span>
|
|
</a>
|
|
|
|
<a href="index.html" class="logo logo-light text-center">
|
|
<span class="logo-sm">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/n.png" alt="" height="24">
|
|
</span>
|
|
<span class="logo-lg">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/logo-light.png" alt="" height="20">
|
|
</span>
|
|
</a>
|
|
</div>
|
|
|
|
<ul class="list-unstyled topnav-menu topnav-menu-left m-0">
|
|
<li>
|
|
<button class="button-menu-mobile waves-effect waves-light">
|
|
<i class="fe-menu"></i>
|
|
</button>
|
|
</li>
|
|
|
|
<li>
|
|
<!-- Mobile menu toggle (Horizontal Layout)-->
|
|
<a class="navbar-toggle nav-link" data-toggle="collapse" data-target="#topnav-menu-content">
|
|
<div class="lines">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</div>
|
|
</a>
|
|
<!-- End mobile menu toggle-->
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
<!-- end Topbar -->
|
|
|
|
<!-- ========== Left Sidebar Start ========== -->
|
|
<div class="left-side-menu">
|
|
|
|
|
|
<!-- LOGO -->
|
|
<div class="logo-box">
|
|
<a href="index.html" class="logo logo-dark text-center">
|
|
<span class="logo-sm">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/logo-sm-dark.png" alt="" height="24">
|
|
<!-- <span class="logo-lg-text-light">nHance</span> -->
|
|
</span>
|
|
<span class="logo-lg">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/logo-dark.png" alt="" height="20">
|
|
<!-- <span class="logo-lg-text-light">N</span> -->
|
|
</span>
|
|
</a>
|
|
|
|
<a href="index.html" class="logo logo-light text-center">
|
|
<span class="logo-sm">
|
|
<img src="<?= base_url()."public"; ?>/assets/images/n.png" alt="" height="24">
|
|
</span>
|
|
<span class="logo-lg">
|
|
<img src="<?= base_url()."public"; ?>./assets/images/logo-light.png" alt="" height="20">
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<!-- >>>>>>> 47b829183b576482986f721bd598c48341c0bbec -->
|
|
|
|
<div class="h-100" data-simplebar>
|
|
|
|
<!--- Sidemenu -->
|
|
<div id="sidebar-menu">
|
|
<ul id="side-menu">
|
|
<li>
|
|
<a href="<?= base_url('/dashboard/view')?>">
|
|
<i class="ri-dashboard-line"></i>
|
|
<span> Dashboard </span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="<?= base_url('/client/list')?>">
|
|
<i class="mdi mdi-domain"></i>
|
|
<span> Clients </span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#sidebarDashboards" data-toggle="collapse" class="waves-effect">
|
|
<i class="fas fa-user-tie"></i>
|
|
<span class="badge badge-success badge-pill float-right">2</span>
|
|
<span> Employees </span>
|
|
</a>
|
|
<div class="collapse" id="sidebarDashboards">
|
|
<ul class="nav-second-level">
|
|
<li>
|
|
<a href="<?= base_url('/employee/list')?>">List</a>
|
|
</li>
|
|
<li>
|
|
<a href="<?= base_url('/employee/bulk-event-uplod')?>">Upload</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#sidebarDashboards" data-toggle="collapse" class="waves-effect">
|
|
<i class="ri-database-2-line"></i>
|
|
<span class="badge badge-success badge-pill float-right">2</span>
|
|
<span> Masters </span>
|
|
</a>
|
|
<div class="collapse" id="sidebarDashboards">
|
|
<ul class="nav-second-level">
|
|
<li>
|
|
<a href="#">Insurer</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">TPA</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<a href="#">
|
|
<i class="mdi mdi-lifebuoy"></i>
|
|
<span> Tickets </span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="<?= base_url('/user/list')?>">
|
|
<i class=" ri-user-3-line"></i>
|
|
<span> Users </span>
|
|
</a>
|
|
</li>
|
|
<!-- <li class="menu-title mt-2">Apps</li> -->
|
|
</ul>
|
|
</div>
|
|
<!-- End Sidebar -->
|
|
|
|
</div>
|
|
<!-- Sidebar -left -->
|
|
|
|
</div>
|
|
<!-- Left Sidebar End -->
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- Start Page Content here -->
|
|
<!-- ============================================================== -->
|
|
|
|
<div class="content-page">
|
|
<div class="content">
|
|
|
|
<!-- Start Content-->
|
|
<div class="container-fluid">
|
|
|
|
|