@using Indotalent.Shared.Consts @inherits LayoutComponentBase @inject NavigationManager Navigation
@GlobalConsts.AppInitial
Enterprise Application Platform

Your People,
One Platform

A complete Human Resource Management system built with .NET 10 & Blazor — ready to run, beautiful by default.

Employee Profiles & Organization
Personal info, branches, departments & designations
Leave & Performance
Leave requests, evaluations, appraisal & promotion
Payroll Processing
Salary grades, income, deductions & reporting
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 = "#594AE2", Secondary = "#7B6EF0", AppbarBackground = "#594AE2" } }; private void NavigateToHome() { Navigation.NavigateTo("/", forceLoad: true); } }