@{ ViewData["Title"] = "Admin Dashboard"; }

Admin Dashboard

Manage catalog, inventory and store operations.

@if (TempData["Success"] != null) {
✓ @TempData["Success"]
} @if (TempData["Error"] != null) {
! @TempData["Error"]
}
PRODUCTS @ViewBag.ProductCount

Physical products in the store

RELEASES @ViewBag.ReleaseCount

Albums and singles in the catalog

LOW STOCK @ViewBag.LowStockCount

Products with 5 or fewer remaining

OUT OF STOCK @ViewBag.OutOfStockCount

Products requiring restocking

CATALOG MANAGEMENT

Releases & Products

Create music releases and manage their physical formats.