feat: kariyer formu, mobil offcanvas menu ve blog modulu iyilestirmeleri
This commit is contained in:
@@ -104,4 +104,5 @@ return [
|
||||
'submit' => 'Submit',
|
||||
'comment_submitted' => 'Your comment has been submitted. It will be published after approval.',
|
||||
'comments_disabled' => 'Comments are disabled for this blog post.',
|
||||
'all_categories' => 'All Categories',
|
||||
];
|
||||
|
||||
@@ -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',
|
||||
];
|
||||
Reference in New Issue
Block a user