'Plan', 'names' => 'Plans', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Plans', 'sub' => 'Plans', 'list' => 'List of plans', 'edit' => 'Edit plan', 'create' => 'Create new plan' ], /** * Options for select/radio/check. */ 'options' => [ 'interest_period_type' => [], 'investment_duration_type' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Enter Name', 'min_investment' => 'Minimum Investment', 'max_investment' => 'Maximum Investment', 'interest_after_matured' => '', 'release_deposit' => '', 'profit' => 'Profit (%)', 'interest_period_type' => '', 'investment_duration' => 'Investment Duration', 'investment_duration_type' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'min_investment' => 'Minimum Investment', 'max_investment' => 'Maximum Investment', 'interest_after_matured' => 'Interest After Matured', 'release_deposit' => 'Release Deposit', 'profit' => 'Profit (%)', 'interest_period_type' => 'Interest Period Type', 'investment_duration' => 'Investment Duration', 'investment_duration_type' => 'Investment Duration Type', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'min_investment' => ['name' => 'Minimum Investment', 'data-column' => 2, 'checked'], 'max_investment' => ['name' => 'Maximum Investment', 'data-column' => 3, 'checked'], 'interest_after_matured' => ['name' => 'Interest After Matured', 'data-column' => 4, 'checked'], 'profit' => ['name' => 'Profit (%)', 'data-column' => 5, 'checked'], 'interest_period_type' => ['name' => 'Interest Period Type', 'data-column' => 6, 'checked'], 'investment_duration' => ['name' => 'Investment Duration', 'data-column' => 7, 'checked'], 'investment_duration_type' => ['name' => 'Investment Duration Type', 'data-column' => 8, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Plans', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];