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

Smart HR, Simplified

Manage your workforce with a complete, production-ready platform built on .NET 10 & Blazor Server.

Leave & Attendance
Request, approve, and track leave with balance overview
Performance & Appraisal
Evaluations, promotions, and transfer management
Payroll Processing
Salary grades, income, deduction, and payroll runs
Try the Live Demo
Explore every feature at blazor-saas-hrm.csharpasp.net
@GlobalConsts.AppName
@GlobalConsts.AppTagline
@Body
@code { private MudTheme _theme = new MudTheme { PaletteLight = new PaletteLight { Primary = "#594AE2", Secondary = "#7B6FE8", AppbarBackground = "#594AE2", DrawerBackground = "#ffffff", Background = "#f8fafc", Surface = "#ffffff", TextPrimary = "#1e293b", TextSecondary = "#64748b", Divider = "#e2e8f0", } }; private void NavigateToHome() { Navigation.NavigateTo("/", forceLoad: true); } }