20 lines
646 B
PHP
20 lines
646 B
PHP
<?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',
|
|
];
|