feat: add service center management module with CRUD functionality and status filtering

This commit is contained in:
sazzadulalambd
2026-05-20 14:48:29 +06:00
parent 8669da78d6
commit 989221f953
3 changed files with 1910 additions and 1 deletions

View File

@@ -23,7 +23,8 @@ import {
LogOut,
Calculator,
Wrench,
Target, User, History, Bell
Target, User, History, Bell,
Building2
} from 'lucide-react';
import { getUserName, getUserRole, logout } from '@/lib/auth';
@@ -53,6 +54,7 @@ const adminNavItems: NavItem[] = [
{ label: 'Swap Stations (P3)', href: '/admin/swap-stations', icon: Zap },
{ label: 'Damage & Maintenance', href: '/admin/maintenance', icon: Wrench },
{ label: 'Service Centers', href: '/admin/service-centers', icon: Building2 },
{ label: 'Accounting', href: '/admin/accounting', icon: Calculator },
{ label: 'Hubs', href: '/admin/hub', icon: MapPin },
{ label: 'Reports', href: '/admin/reports', icon: BarChart3 },