IAV-941 : add extra credit plan modal and integrate with subscriptions view
- Implemented CreditPlanModal for creating and editing extra credit plans.
- Updated CreditsTab to use new CreditPlanCard for displaying extra credit plans.
- Refactored subscriptions view to manage extra credit products and integrate with the new modal.
- Enhanced validation schema for credit plans using Yup.
- Updated types for extra credit products and credit plans to include new properties.
- Adjusted pagination logic for credit plans.
- Improved UI elements and styles for better user experience.
Closes IAV-941