feat(apprentissage): implement educational content management interface
- Create hierarchical content structure (levels, subjects, chapters, exercises)
- Add, edit, view and delete educational levels with confirmation dialogs
- Use FontAwesome icons throughout the interface for consistent styling
- Implement responsive tables with sorting, filtering, and pagination
- Add bulk selection and deletion functionality with confirmation
- Configure proper client-side rendering with 'use client' directive
Closes IA-148