'SoftSkills', 'names' => 'SoftSkills', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'SoftSkills', 'sub' => 'SoftSkills', 'list' => 'List of soft_skills', 'edit' => 'Edit soft_skills', 'create' => 'Create new soft_skills' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'SoftSkills', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];