"Added admin type checks and redirects in AdminController and MainController; updated product views and admin header"

This commit is contained in:
UronShrestha
2024-07-14 15:16:39 +05:45
parent 5af3b7ef9c
commit f214f8aab4
4 changed files with 89 additions and 55 deletions

View File

@ -15,7 +15,7 @@
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Skydash Admin</title>
<title> Admin Panel</title>
<!-- plugins:css -->
<link rel="stylesheet" href="Dashboard/vendors/feather/feather.css">
<link rel="stylesheet" href="Dashboard/vendors/ti-icons/css/themify-icons.css">
@ -30,7 +30,7 @@
<link rel="stylesheet" href="Dashboard/css/vertical-layout-light/style.css">
<!-- endinject -->
<link rel="shortcut icon" href="Dashboard/images/favicon.png" />
<!-- datatables -->
<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.4/css/dataTables.bootstrap4.min.css">