'Withdrwalbonus', 'names' => 'Withdrwalbonuses', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Withdrwalbonuses', 'sub' => 'Withdrwalbonuses', 'list' => 'List of withdrwalbonuses', 'edit' => 'Edit withdrwalbonus', 'create' => 'Create new withdrwalbonus' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'with_level_1' => 'with_level_1', 'with_level_2' => 'with_level_2', 'with_level_3' => 'with_level_3', 'with_level_4' => 'with_level_4', ], /** * Labels for inputs. */ 'label' => [ 'with_level_1' => 'with_level_1', 'with_level_2' => 'with_level_2', 'with_level_3' => 'with_level_3', 'with_level_4' => 'with_level_4', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'with_level_1' => ['name' => 'with_level_1', 'data-column' => 1, 'checked'], 'with_level_2' => ['name' => 'with_level_2', 'data-column' => 2, 'checked'], 'with_level_3' => ['name' => 'with_level_3', 'data-column' => 3, 'checked'], 'with_level_4' => ['name' => 'with_level_4', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Withdrwalbonuses', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];