Add salary currency field to Career resource and model, implement currency options, and update careers index view

This commit is contained in:
2025-07-29 11:08:20 +05:00
parent 8a2166bd78
commit f9f08c7adf
5 changed files with 200 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ class Career extends Model
'salary_per_month',
'bullets',
'location',
'salary_currency',
];
protected $casts = [