feat: implement internship application wizard with terms acceptance and multi-step form view

This commit is contained in:
Ümit Tunç
2026-06-01 23:43:59 +03:00
parent 23f24e426b
commit 36ec1823c8
7 changed files with 491 additions and 118 deletions
+9
View File
@@ -130,4 +130,13 @@ return [
'mermaid_dec4' => 'Is Task Approved?',
'mermaid_feedback' => 'Revision Request and Feedback',
'mermaid_payment' => 'Fee Payment is Made',
// Internship Wizard keys
'dear_intern' => 'Dear Intern Candidate,',
'intern_welcome_text_1' => 'As Trunçgil Technology, we are proud to contribute to the development of young talents through our remote internship program. We evaluate our interns in real projects, providing them with a unique remote working and team coordination experience.',
'intern_welcome_text_2' => 'In order for your application to be evaluated, you must first review our working model and application conditions, and then fill out the form completely by accepting the internship application terms.',
'intern_terms_accept_label' => 'I have read and accept the remote internship working model, application conditions, and the HR process flow.',
'accept_intern_terms_btn' => 'Accept Terms and Proceed to Application Form',
'intern_step_1_title' => '1. Terms & Conditions',
'intern_step_2_title' => '2. Complete Application',
];