'TradingSetting', 'names' => 'TradingSettings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'TradingSettings', 'sub' => 'TradingSettings', 'list' => 'List of trading_settings', 'edit' => 'Edit trading_setting', 'create' => 'Create new trading_setting' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'profit' => 'Profit', 'loss' => 'Loss', 'interest_period_type' => 'Interest Period Type', 'investment_duration' => 'Investment Duration', 'investment_duration_type' => 'Investment Duration Type', ], /** * Labels for inputs. */ 'label' => [ 'profit' => 'Profit', 'loss' => 'Loss', 'interest_period_type' => 'Interest Period Type', 'investment_duration' => 'Investment Duration', 'investment_duration_type' => 'Investment Duration Type', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'profit' => ['name' => 'Profit', 'data-column' => 1, 'checked'], 'loss' => ['name' => 'Loss', 'data-column' => 2, 'checked'], 'interest_period_type' => ['name' => 'Interest Period Type', 'data-column' => 3, 'checked'], 'investment_duration' => ['name' => 'Investment Duration', 'data-column' => 4, 'checked'], 'investment_duration_type' => ['name' => 'Investment Duration Type', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'TradingSettings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];