HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/eleo.komma.nl/resources/lang/en/vacancy.php
<?php

return [

    //'form_title' => 'Contactformulier',
    //'feedback_message' => 'We nemen graag contact met je op. Laat je de ontbrekende gegevens nog even achter?',

    'send' => [
        'title' => 'Thanks!',
        'description' => 'We will try to contact you as fast as possible.'
    ],

    'feedback_message' => 'We would be happy to get in touch with you. Will you please enter the missing data?',

    'thanks' => [
        'title' => 'Thanks for your application!',
        'you_applied' => 'You have applied successfully!',
        'heading' => 'How does our application process work?',
        'heading_servicepoint' => 'Any questions?',
    ],

    'validation' => [
        'max_file_upload' => 'Your resume may not exceed :size',
        'mimetypes' => 'Your resume must be of one of the following file types: :types',
    ]

];