"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

@ -8,8 +8,7 @@
<div class="row">
<div class="col-12 col-xl-8 mb-4 mb-xl-0">
<h3 class="font-weight-bold">Welcome Aamir</h3>
<h6 class="font-weight-normal mb-0">All systems are running smoothly! You have
<span class="text-primary">3 unread alerts!</span>
<h6 class="font-weight-normal mb-0">All systems are running smoothly!
</h6>
</div>
<div class="col-12 col-xl-4">

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">