@using Indotalent.Shared.Consts @inherits LayoutComponentBase @inject NavigationManager Navigation
@GlobalConsts.AppInitial
@GlobalConsts.AppTagline

Smart Warehousing,
Seamless Inventory Flow

Sign in to access your dashboard, manage your inventory, and collaborate with your team across all your warehouse operations.

Complete Inventory Control
Stock tracking, transfers, adjustments & stock opname
Sales & Purchase Management
End-to-end order, delivery, invoice & payment workflows
Built on .NET 10 & Blazor
Single project, VSA + CQRS + MediatR architecture
Production-Ready Source Code
Guaranteed to compile. Built with VSA, CQRS & MediatR
@GlobalConsts.AppInitial
@Body
@code { private bool isDarkMode; private MudTheme _theme = new() { PaletteLight = new PaletteLight() { Primary = "#f55b14", Secondary = "#f87a3d", AppbarBackground = "#f55b14" } }; private void NavigateToHome() { Navigation.NavigateTo("/", forceLoad: true); } }