import { Plus, Eye, Settings, Pencil, GitBranch, Search, ChevronDown } from "lucide-react"; import Button from "@/components/common/button"; import Table from '@/components/common/dataTable'; import { organizationHeaders, organizationRows } from "@/constants/adminTableDatat"; export default function TenantsPortal() { return (
{/* --- HEADER SECTION --- */}
PLATFORM TENANTS

Tenants

Every organization provisioned on the platform. Manage onboarding, feature access, branding, and status.

{/* --- HEADER BUTTON --- */}
{/* --- TABLE CONTAINER WITH UPPER BAR --- */}
{/* Table Upper UI (Search Bar & Filter Dropdown) */}
{/* Search Bar Input */}
{/* All Statuses Filter Select Dropdown */}
{/* --- TABLE --- */} {/* Footer Record Count */}
{organizationRows.length} records
); }