@using Indotalent.Shared.Consts @inherits LayoutComponentBase @inject NavigationManager Navigation
@GlobalConsts.AppInitial Blazor CRM Source Code

Your Complete
CRM Solution

A production-ready Blazor CRM source code that bridges your business and your customers. Sign in to explore the full application.

Sales & Pipeline

Quotation, orders, invoices & reporting

Purchase & Inventory

Procurement, warehouse & stock control

Customer & Vendor

Contacts, groups & relationship tracking

System Logs & Settings

Full control with audit & configuration

Production Ready Enterprise-grade Blazor CRM source code
@GlobalConsts.AppInitial
@Body
@code { private bool isDarkMode; private MudTheme _theme = new() { PaletteLight = new PaletteLight() { Primary = "#6366F1", Secondary = "#7c74fc", AppbarBackground = "#6366F1" } }; private void NavigateToHome() { Navigation.NavigateTo("/", forceLoad: true); } }