83 lines
3.9 KiB
PHP
83 lines
3.9 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sai Drug Store</title>
|
|
<meta name="description" content="Inventory Management System for Sai Drug Store, built with Flatlogic Generator.">
|
|
<meta name="keywords" content="inventory management, pharmacy, drug store, stock control, sales tracking, medicine management, healthcare software, Built with Flatlogic Generator">
|
|
<meta property="og:title" content="Sai Drug Store">
|
|
<meta property="og:description" content="Inventory Management System for Sai Drug Store, built with Flatlogic Generator.">
|
|
<meta property="og:image" content="">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/css/custom.css">
|
|
</head>
|
|
<body>
|
|
<div class="d-flex">
|
|
<div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark vh-100" style="width: 280px; position: fixed;">
|
|
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
|
|
<i class="bi bi-heart-pulse-fill me-2"></i>
|
|
<span class="fs-4">Sai Drug Store</span>
|
|
</a>
|
|
<hr>
|
|
<ul class="nav nav-pills flex-column mb-auto">
|
|
<li class="nav-item">
|
|
<a href="/dashboard.php" class="nav-link active" aria-current="page">
|
|
<i class="bi bi-grid-1x2-fill me-2"></i>
|
|
Dashboard
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="nav-link text-white">
|
|
<i class="bi bi-cart-plus-fill me-2"></i>
|
|
Sales
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="nav-link text-white">
|
|
<i class="bi bi-receipt-cutoff me-2"></i>
|
|
Orders
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="nav-link text-white">
|
|
<i class="bi bi-box-seam-fill me-2"></i>
|
|
Inventory
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="nav-link text-white">
|
|
<i class="bi bi-people-fill me-2"></i>
|
|
Customers
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="nav-link text-white">
|
|
<i class="bi bi-person-rolodex me-2"></i>
|
|
Suppliers
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<hr>
|
|
<div class="dropdown">
|
|
<a href="#" class="d-flex align-items-center text-white text-decoration-none dropdown-toggle" id="dropdownUser1" data-bs-toggle="dropdown" aria-expanded="false">
|
|
<img src="https://i.pravatar.cc/40?u=a042581f4e29026704d" alt="" width="32" height="32" class="rounded-circle me-2">
|
|
<strong>Admin</strong>
|
|
</a>
|
|
<ul class="dropdown-menu dropdown-menu-dark text-small shadow" aria-labelledby="dropdownUser1">
|
|
<li><a class="dropdown-item" href="#">Settings</a></li>
|
|
<li><a class="dropdown-item" href="#">Profile</a></li>
|
|
<li><hr class="dropdown-divider"></li>
|
|
<li><a class="dropdown-item" href="#">Sign out</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<main class="p-4" style="margin-left: 280px; width: calc(100% - 280px);">
|