Guidance for the unified Service Management area in the Subscriptions detail page. This area provides a dropdown to switch between different service types for a given subscription.
- Location: `Subscriptions > [Subscription] > Service Management`
- Selector: Service dropdown with options: `SIM`, `Internet`, `Netgear`, `VPN`
- Current status: `SIM` available now; others are placeholders (coming soon)
## UI Structure
```
apps/portal/src/features/service-management/
├── components/
│ └── ServiceManagementSection.tsx # Container with service dropdown
└── index.ts
```
- Header: Title + description, service dropdown selector
- Body: Renders the active service panel
- Default selection: `SIM` for SIM products; otherwise `Internet`