Commit Graph

  • bc56a1824f Add Filament Spatie Laravel Translatable Plugin and update dependencies in composer files main Nurmuhammet Allanov 2025-07-29 18:30:32 +05:00
  • 6405150dd2 Remove language files for English, Russian, and Turkmen, streamlining localization resources as part of the ongoing internationalization efforts. Nurmuhammet Allanov 2025-07-29 18:24:17 +05:00
  • 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. Nurmuhammet Allanov 2025-07-29 17:04:13 +05:00
  • 0b6cbc8d9e ok Nurmuhammet Allanov 2025-07-29 16:44:00 +05:00
  • 834822e182 Remove welcome.blade.php and update various views to use translation functions for improved localization support. Changes include updating labels, titles, and alerts across multiple pages to utilize the __('') function, enhancing the application's internationalization capabilities. Nurmuhammet Allanov 2025-07-29 16:39:27 +05:00
  • e927a912e1 lang Nurmuhammet Allanov 2025-07-29 16:17:32 +05:00
  • 643ccd6d9e Add role-based access control to various settings pages: implement canAccess method in AboutPageSettings, ContactPageSettings, HomePageSettings, ManageCtaSettings, ManagePortfolio, ManageSite, ManageSiteSocialSettings, ManageSolutions, ManageSuccess, and update User model to include canManageSettings method for enhanced security and user experience. Nurmuhammet Allanov 2025-07-29 15:54:16 +05:00
  • 3e80ea4d5e Update .gitignore to include IntelephenseHelper.php, ensuring proper file management and preventing unnecessary tracking of this file. Nurmuhammet Allanov 2025-07-29 15:45:42 +05:00
  • fe42967a74 Add role-based access control to management pages: implement canView method in ManageCtaSettings, ManagePortfolio, ManageSolutions, and ManageSuccess classes to restrict access to ADMIN and MANAGER roles, enhancing security and user experience. Nurmuhammet Allanov 2025-07-29 15:45:22 +05:00
  • a1826ae53c Add user role management: introduce UserRole enum for role definitions, implement role-based access control in various resources and pages, and enhance authorization logic in the PanelProvider for improved security and user experience. Nurmuhammet Allanov 2025-07-29 15:33:36 +05:00
  • c7e01f404d Update navigation groups for various resources: change navigation group names for AboutPageSettings, ContactPageSettings, AuthorResource, BrandResource, CommentResource, InternshipResource, NewsResource, SolutionResource, SuccessResource, and TeamMemberResource to better reflect their content. Enhance panel navigation structure by adding new groups for improved organization. Nurmuhammet Allanov 2025-07-29 15:14:36 +05:00
  • 0a3fdf347f Add downloads and FAQs functionality to SolutionResource: implement repeaters for downloads and FAQs in the form, update Solution model to include new fields, and enhance the show view to display downloads and FAQs dynamically, improving content management and user experience. Nurmuhammet Allanov 2025-07-29 14:54:13 +05:00
  • e97a80bfdb Enhance SolutionResource form functionality: add debounce to slug generation for improved user experience during input, and adjust layout in show.blade.php by reducing column width for better content presentation. Nurmuhammet Allanov 2025-07-29 14:48:23 +05:00
  • dd167d9aaa Enhance pricing section layout: update _pricing.scss to use flexbox for better alignment and spacing. Modify breadcrumb links in show.blade.php for correct asset paths and simplify the layout by removing the sidebar, allowing for a more streamlined content presentation. Nurmuhammet Allanov 2025-07-29 14:41:26 +05:00
  • 8f36f7d715 wip Nurmuhammet Allanov 2025-07-29 14:31:47 +05:00
  • 453e8caa82 Refactor About page settings: replace management section with a video upload feature, update view to display static management information, and clean up related settings for improved content management and user experience. Nurmuhammet Allanov 2025-07-29 14:28:03 +05:00
  • 76397637f0 Integrate dynamic settings into About page: update content sections to utilize AboutSettings for titles, subtitles, paragraphs, and media sources, enhancing content management and user experience. Nurmuhammet Allanov 2025-07-29 14:16:10 +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. Nurmuhammet Allanov 2025-07-29 13:29:23 +05:00
  • c37f5fadf1 Add contact settings integration: update contact page to utilize dynamic settings for subtitle, header, paragraph, contact details, and map embed URL, enhancing content management and user experience. Nurmuhammet Allanov 2025-07-29 13:22:44 +05:00
  • 287fbf55f9 wip Nurmuhammet Allanov 2025-07-29 13:04:14 +05:00
  • 3ca39597a2 Add section title and description to success stories page for improved user engagement and context. Nurmuhammet Allanov 2025-07-29 12:59:14 +05:00
  • affe615592 Remove image display from news and success pages to streamline content presentation. Nurmuhammet Allanov 2025-07-29 12:57:50 +05:00
  • c1770cafa5 Refactor blog item display: update styles for blog items, enhance news and success pages to handle empty states with informative messages, and adjust author image path for consistency. Nurmuhammet Allanov 2025-07-29 12:56:26 +05:00
  • d4403ce365 Update NewsResource to route index page to ManageNews instead of ListNews for improved resource management. Nurmuhammet Allanov 2025-07-29 12:47:44 +05:00
  • b9bc8fbcee Rename ListNews class to ManageNews in ManageNews.php for improved clarity and consistency in resource management. Nurmuhammet Allanov 2025-07-29 12:46:49 +05:00
  • f6ddf1d9c1 Enhance internship application process: update InternshipsPageController to retrieve internships and validate application submissions, modify Internship model to include relationships, and implement dynamic application modals in views for internships and careers. Update Livewire configuration for improved file upload handling. Nurmuhammet Allanov 2025-07-29 12:37:25 +05:00
  • 9603402fee Update careers index view to include salary currency options and enhance form validation for improved user experience. Nurmuhammet Allanov 2025-07-29 12:09:06 +05:00
  • 1f8888d31c Remove max size limit for background video upload in HomePageSettings and add ApplicationResource to the panel resources in PanelPanelProvider. Nurmuhammet Allanov 2025-07-29 12:00:19 +05:00
  • 330fc76ed3 Refactor application submission response in ApplicationController to return JSON format and update phone number validation rule. Modify careers index view to handle new response structure. Nurmuhammet Allanov 2025-07-29 11:38:42 +05:00
  • a627c85416 Add CSRF token meta tag for enhanced security and update form labels in careers index view to indicate required fields. Nurmuhammet Allanov 2025-07-29 11:30:14 +05:00
  • f9f08c7adf Add salary currency field to Career resource and model, implement currency options, and update careers index view Nurmuhammet Allanov 2025-07-29 11:08:20 +05:00
  • 8a2166bd78 wip Nurmuhammet Allanov 2025-07-29 00:27:48 +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. Nurmuhammet Allanov 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. Nurmuhammet Allanov 2025-07-28 21:17:54 +05:00
  • 41abdb6fc8 Update news index view: change page title from 'Blog 3 Columns' to 'News' and adjust breadcrumb navigation for improved clarity and consistency. Nurmuhammet Allanov 2025-07-28 21:07:27 +05:00
  • 6b0c92d838 Refactor News management features: replace author text input with a searchable select component in NewsResource, update NewsPageController to fetch news with authors and recent articles, and enhance the news show view to display author details and comments more effectively. Nurmuhammet Allanov 2025-07-28 21:05:24 +05:00
  • 1b4989b440 Enhance solution management features: add title_description and bullets fields to SolutionResource, update OurSolutionPageController to fetch solutions in descending order, and create new views for displaying solutions with detailed descriptions and bullet points. Adjust CSS for active button styling and update navigation to reflect title instead of name for solutions. Nurmuhammet Allanov 2025-07-28 20:33:38 +05:00
  • e2323c7949 Refactor file imports and clean up unused components in various resources: remove unnecessary imports in CommentResource, NewsResource, and SolutionResource, and ensure consistent formatting across files. Add missing newlines at the end of files for better code quality. Nurmuhammet Allanov 2025-07-28 20:10:34 +05:00
  • b23f537086 Update navigation groups for various resources: change ManageCtaSettings to 'Home', CommentResource and NewsResource to 'News', and add 'Brands' for BrandResource. Update navigation icon for SolutionResource to 'heroicon-o-light-bulb'. Nurmuhammet Allanov 2025-07-28 20:08:37 +05:00
  • 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. Nurmuhammet Allanov 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. Nurmuhammet Allanov 2025-07-28 18:56:17 +05:00
  • 189cb53856 Enhance ManageSolutions and ManageSuccess forms: replace icon_class text input with a searchable select component in ManageSolutions, add file upload for success images in ManageSuccess, and update SuccessSettings to include success_image property. Adjust related database migrations and views for dynamic content display. Nurmuhammet Allanov 2025-07-28 18:28:29 +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. Nurmuhammet Allanov 2025-07-28 18:10:07 +05:00
  • 2d1c7ea4f9 Add solutions image upload field and update settings: introduce a file upload component for solutions images in ManageSolutions, add solutions_image property to SolutionSettings, and update related database migrations and views to support dynamic image display. Nurmuhammet Allanov 2025-07-28 17:43:05 +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. Nurmuhammet Allanov 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. Nurmuhammet Allanov 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. Nurmuhammet Allanov 2025-07-28 16:15:46 +05:00
  • 6d564bb285 Enhance homepage with dynamic success and portfolio settings: replace static content with values from SuccessSettings and PortfolioSettings, and implement loops for skill and portfolio items. Nurmuhammet Allanov 2025-07-28 15:18:32 +05:00
  • fb4479929d Integrate dynamic solution settings into homepage: replace static service titles and button with values from SolutionSettings, and implement a loop to display service items dynamically. Nurmuhammet Allanov 2025-07-28 13:18:25 +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. Nurmuhammet Allanov 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. Nurmuhammet Allanov 2025-07-28 12:46:23 +05:00
  • 2bf0c8f20d Add methods to various page controllers for handling index, store, and show actions Nurmuhammet Allanov 2025-07-28 12:29:30 +05:00
  • 69dd14e06c first Nurmuhammet Allanov 2025-07-26 13:25:50 +05:00