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' => 'Özgeçmiş (CV)',
'message' => 'Mesaj',
'status' => 'Durum',
'type' => 'Başvuru Türü',
'job' => 'İş Başvurusu',
'internship' => 'Staj Başvurusu',
'submit' => 'Başvuruyu Gönder',
'success_message' => 'Başvurunuz başarıyla alındı. Teşekkür ederiz.',
'download_cv' => 'CV İndir',