feat: add application type field to career applications and implement status filtering in admin panel
This commit is contained in:
@@ -13,6 +13,7 @@ class CareerApplication extends Model
|
||||
'name',
|
||||
'email',
|
||||
'phone',
|
||||
'type',
|
||||
'cv_path',
|
||||
'message',
|
||||
'status',
|
||||
|
||||
Reference in New Issue
Block a user