feat: add application type field to career applications and implement status filtering in admin panel
This commit is contained in:
@@ -47,8 +47,9 @@ class CareerController extends Controller
|
||||
'name' => $request->name,
|
||||
'email' => $request->email,
|
||||
'phone' => $request->phone,
|
||||
'type' => $request->type ?? 'job',
|
||||
'cv_path' => $cvPath,
|
||||
'message' => ($request->type === 'internship' ? "[STAJ BAŞVURUSU] " : "") . $request->message,
|
||||
'message' => $request->message,
|
||||
'status' => 'pending',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user