feat: kariyer formu, mobil offcanvas menu ve blog modulu iyilestirmeleri

This commit is contained in:
Muhammet Güler
2026-03-10 18:50:23 +03:00
parent f4f601a492
commit 4924cb0dc8
25 changed files with 1220 additions and 182 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
return [
'navigation_label' => 'Career Applications',
'model_label' => 'Application',
'plural_model_label' => 'Career Applications',
'title' => 'Career Form',
'description' => 'To join our team, please fill out the form below and upload your CV.',
'name' => 'Full Name',
'email' => 'Email',
'phone' => 'Phone',
'cv' => 'Curriculum Vitae (CV)',
'message' => 'Message',
'status' => 'Status',
'submit' => 'Submit Application',
'success_message' => 'Your application has been received successfully. Thank you.',
'download_cv' => 'Download CV',
'created_at' => 'Application Date',
];