'Power', 'names' => 'Powers', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Powers', 'sub' => 'Powers', 'list' => 'List of powers', 'edit' => 'Edit power', 'create' => 'Create new power' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => [1=>'Active', 0=>'Inactive'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'power_unit' => 'Please enter power unit', 'status' => 'Please enter status', ], /** * Labels for inputs. */ 'label' => [ 'power_unit' => 'Power Unit', 'status' => 'Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'power_unit' => ['name' => 'Power Unit', 'data-column' => 1, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Powers', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];