feat: add internship application page and update career menu dropdown

This commit is contained in:
Ümit Tunç
2026-05-11 07:54:27 +03:00
parent 1547d07cb3
commit a81f4fdf9e
7 changed files with 336 additions and 5 deletions
+4
View File
@@ -6,6 +6,10 @@ return [
'plural_model_label' => 'Career Applications',
'title' => 'Career Form',
'description' => 'To join our team, please fill out the form below and upload your CV.',
'job_application_title' => 'Job Application',
'job_application_description' => 'To join our team, please fill out the form below and upload your CV.',
'internship_title' => 'Internship Application',
'internship_description' => 'Learn about our remote internship program and submit your application.',
'name' => 'Full Name',
'email' => 'Email',
'phone' => 'Phone',
+4
View File
@@ -6,6 +6,10 @@ return [
'plural_model_label' => 'Kariyer Başvuruları',
'title' => 'Kariyer Formu',
'description' => 'Ekibimize katılmak için aşağıdaki formu doldurarak CV\'nizi iletebilirsiniz.',
'job_application_title' => 'İş Başvurusu',
'job_application_description' => 'Ekibimize katılmak için aşağıdaki formu doldurarak CV\'nizi iletebilirsiniz.',
'internship_title' => 'Staj Başvurusu',
'internship_description' => 'Uzaktan staj programımız hakkında bilgi alın ve başvurunuzu yapın.',
'name' => 'Ad Soyad',
'email' => 'E-posta',
'phone' => 'Telefon',