@{ ViewData["Title"] = "Dashboard"; Layout = "~/Views/Shared/_Layout.cshtml"; } @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
Total Number of Item Registered: {{ reportData.itemCountRegistered }}
Total Number of Item Still in Stock: {{ reportData.itemCountStillInStock }}
This Month: {{ reportData.itemCountRegisteredThisMonth }}
Last Month: {{ reportData.itemCountRegisteredLastMonth }}
This Month: {{ reportData.itemCountStockOutThisMonth }}
Last Month: {{ reportData.itemCountStockOutLastMonth }}