Commit Graph

7 Commits

Author SHA1 Message Date
1a3f82b22c Implement language switcher functionality and enhance localization support: add available locales configuration, update SetLocale middleware to handle language selection via query parameters, and integrate language switcher buttons in the settings layout. Additionally, update various views to utilize translation functions for improved internationalization, ensuring consistent language support across the application. 2025-07-29 17:04:13 +05:00
e927a912e1 lang 2025-07-29 16:17:32 +05:00
8e770941fa Refactor resource files: remove unused imports and clean up code across various resource and controller files for improved readability and maintainability. Update currency list formatting in helpers for consistency. 2025-07-29 13:29:23 +05:00
a89e2a71d8 Enhance careers management features: update CareersPageController to fetch and display career listings with additional fields, modify Career model to include relationships and new attributes, and create a new view for the careers index with an application modal. Update database migration to reflect changes in the careers table structure and adjust routes for application submissions. 2025-07-29 00:23:08 +05:00
9b3ca3ff66 Update footer and header navigation links to reflect new route for success stories, and remove pagination section from news index view for cleaner layout. 2025-07-28 21:17:54 +05:00
74fc3b5e6a Implement news management features: add author field and comments functionality in NewsResource, enhance HomePageController to fetch latest news, and create dedicated views for news display and commenting. Update routes for comment submission and adjust homepage to showcase recent news articles. 2025-07-28 18:56:17 +05:00
69dd14e06c first 2025-07-26 13:25:50 +05:00