Commit Graph

9 Commits

Author SHA1 Message Date
7fdb99cc79 Refactor navigation settings across multiple pages: update navigation groups and labels for HomePageSettings, ManageCtaSettings, ManagePortfolio, ManageSolutions, ManageSuccess, and ManageSite. Introduce solutions data fetching in OurSolutionPageController and enhance header navigation with dynamic solutions list. Update database migration to include new fields for solutions. 2025-07-28 20:06:11 +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
d316f392bc Update HomePageSettings to use file upload for background video: replace text input with FileUpload component, enforce file type and size restrictions, and adjust video source path in the homepage view for proper video display. 2025-07-28 18:10:07 +05:00
bae4204d44 Refactor form components across multiple pages: enforce required validation on various text inputs and file uploads in HomePageSettings, ManagePortfolio, ManageSite, ManageSiteSocialSettings, ManageSolutions, ManageSuccess, and update the news index view to display dynamic content. 2025-07-28 17:14:40 +05:00
1ceccb0d79 Update HomePageSettings to require additional fields: enforce required validation on various text inputs and file uploads for better data integrity. 2025-07-28 16:40:58 +05:00
ed369a5bf2 Add industry and text slide sections to homepage settings: introduce new fields in HomeSettings, update form structure in HomePageSettings, and modify homepage view to display dynamic content for industry and text slide areas. 2025-07-28 16:15:46 +05:00
b405cad6fe Add About Section to HomePageSettings and update HomePageController to include brand data. Modify HomeSettings to store new about section fields and update the homepage view to display these settings. 2025-07-28 13:08:26 +05:00
d0985a71d5 Refactor HomePageSettings: remove view definition, update background video icon, and delete unused Blade view file. Add HomeSettings import in HomePageController. 2025-07-28 12:46:23 +05:00
69dd14e06c first 2025-07-26 13:25:50 +05:00