feat: add application type field to career applications and implement status filtering in admin panel

This commit is contained in:
Ümit Tunç
2026-05-11 08:28:48 +03:00
parent 932bb89454
commit 5f26e76143
7 changed files with 54 additions and 1 deletions
+3
View File
@@ -16,6 +16,9 @@ return [
'cv' => 'Curriculum Vitae (CV)',
'message' => 'Message',
'status' => 'Status',
'type' => 'Application Type',
'job' => 'Job Application',
'internship' => 'Internship Application',
'submit' => 'Submit Application',
'success_message' => 'Your application has been received successfully. Thank you.',
'download_cv' => 'Download CV',