'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'             => 'fas fa-fw fas fa-shield-alt',
    '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'                      => ' Save Changes',
    // Search Users Form
    'search-users-ph'                   => 'Search Users',
];