5 Commits

Author SHA1 Message Date
bc56a1824f Add Filament Spatie Laravel Translatable Plugin and update dependencies in composer files
- Added the `filament/spatie-laravel-translatable-plugin` to `composer.json` for enhanced localization support.
- Updated `composer.lock` to reflect the addition of the new plugin and updated versions for several dependencies, including `doctrine/dbal`, `phpstan/phpstan`, and `phpunit/phpunit`.
- Modified `PanelPanelProvider.php` to integrate the translatable plugin with default locales for improved internationalization.
2025-07-29 18:30:32 +05:00
e927a912e1 lang 2025-07-29 16:17:32 +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
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
69dd14e06c first 2025-07-26 13:25:50 +05:00