Commit Graph

9 Commits

Author SHA1 Message Date
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. 2025-07-29 16:39:27 +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. 2025-07-29 15:14:36 +05:00
8f36f7d715 wip 2025-07-29 14:31:47 +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. 2025-07-29 12:37:25 +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. 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. 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 2025-07-29 11:08:20 +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
2bf0c8f20d Add methods to various page controllers for handling index, store, and show actions 2025-07-28 12:29:30 +05:00