Add salary currency field to Career resource and model, implement currency options, and update careers index view
This commit is contained in:
@@ -14,6 +14,7 @@ class Career extends Model
|
||||
'salary_per_month',
|
||||
'bullets',
|
||||
'location',
|
||||
'salary_currency',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user