'Affiliatebonus', 'names' => 'Affiliatebonuses', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Affiliatebonuses', 'sub' => 'Affiliatebonuses', 'list' => 'List of affiliatebonuses', 'edit' => 'Edit affiliatebonus', 'create' => 'Create new affiliatebonus' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'team_investment' => 'Team Investment', 'referral_count' => 'Referral Count', 'bonus' => 'Bonus', 'plan_count' => 'Plan Count', ], /** * Labels for inputs. */ 'label' => [ 'team_investment' => 'Team Investment', 'referral_count' => 'Referral Count', 'bonus' => 'Bonus', 'plan_count' => 'Plan Count', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'team_investment' => ['name' => 'Team Investment', 'data-column' => 1, 'checked'], 'referral_count' => ['name' => 'Referral Count', 'data-column' => 2, 'checked'], 'bonus' => ['name' => 'Bonus', 'data-column' => 3, 'checked'], 'plan_count' => ['name' => 'Plan Count', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Affiliatebonuses', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];