'User', 'names' => 'Users', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Users', 'sub' => 'Users', 'list' => 'List of users', 'edit' => 'Edit user', 'create' => 'Create new user' ], /** * Options for select/radio/check. */ 'options' => [ 'role' => [Admin, Manager, User], ], /** * Placeholder for inputs */ 'placeholder' => [ 'team_id' => '', 'user_id' => 'Please select a user', 'role' => 'Please select a role', ], /** * Labels for inputs. */ 'label' => [ 'team_id' => 'User', 'user_id' => 'User', 'role' => 'Role', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Users', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];