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