HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/laravel/lang/en/forms.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Forms Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are the default lines which match forms.
    |
    */

    // CREATE NEW USER FORM
    'create_user_label_email' => 'User Email',
    'create_user_ph_email'    => 'User Email',
    'create_user_icon_email'  => 'fa-envelope',

    'create_user_label_username' => 'Username',
    'create_user_ph_username'    => 'Username',
    'create_user_icon_username'  => 'fa-user',

    'create_user_label_firstname' => 'First Name',
    'create_user_ph_firstname'    => 'First Name',
    'create_user_icon_firstname'  => 'fa-user',

    'create_user_label_lastname' => 'Last Name',
    'create_user_ph_lastname'    => 'Last Name',
    'create_user_icon_lastname'  => 'fa-user',

    'create_user_label_password' => 'Password',
    'create_user_ph_password'    => 'Password',
    'create_user_icon_password'  => 'fa-lock',

    'create_user_label_pw_confirmation' => 'Confirm Password',
    'create_user_ph_pw_confirmation'    => 'Confirm Password',
    'create_user_icon_pw_confirmation'  => 'fa-lock',

    'create_user_label_location' => 'User Location',
    'create_user_ph_location'    => 'User Location',
    'create_user_icon_location'  => 'fa-map-marker',

    'create_user_label_bio' => 'User Bio',
    'create_user_ph_bio'    => 'User Bio',
    'create_user_icon_bio'  => 'fa-pencil',

    'create_user_label_twitter_username' => 'User Twitter Username',
    'create_user_ph_twitter_username'    => 'User Twitter Username',
    'create_user_icon_twitter_username'  => 'fa-twitter',

    'create_user_label_github_username' => 'User GitHub Username',
    'create_user_ph_github_username'    => 'User GitHub Username',
    'create_user_icon_github_username'  => 'fa-github',

    'create_user_label_career_title' => 'User Occupation',
    'create_user_ph_career_title'    => 'User Occupation',
    'create_user_icon_career_title'  => 'fa-briefcase',

    'create_user_label_education' => 'User Education',
    'create_user_ph_education'    => 'User Education',
    'create_user_icon_education'  => 'fa-graduation-cap',

    'create_user_label_role' => 'User Role',
    'create_user_ph_role'    => 'Select User Role',
    'create_user_icon_role'  => 'fa fa-fw fa-shield',

    'create_user_button_text' => 'Create New User',

    // EDIT USER AS ADMINISTRATOR FORM
    'edit-user-admin-title' => 'Edit User Information',

    'label-username' => 'Username',
    'ph-username'    => 'Username',

    'label-useremail' => 'User Email',
    'ph-useremail'    => 'User Email',

    'label-userrole_id' => 'User Access Level',
    'option-label'      => 'Select a Level',
    'option-user'       => 'User',
    'option-editor'     => 'Editor',
    'option-admin'      => 'Administrator',
    'submit-btn-text'   => 'Edit the User!',

    'submit-btn-icon' => 'fa-save',
    'username-icon'   => 'fa-user',
    'useremail-icon'  => 'fa-envelope-o',

    'change-pw'      => 'Change Password',
    'cancel'         => 'Cancel',
    'save-changes'   => '<i class="fa fa-fw fa-save" aria-hidden="true"></i> Save Changes',

    // Search Users Form
    'search-users-ph' => 'Search Users',

];