'MasterCurrency', 'names' => 'MasterCurrencies', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'MasterCurrencies', 'sub' => 'MasterCurrencies', 'list' => 'List of master_currencies', 'edit' => 'Edit master_currency', 'create' => 'Create new master_currency' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => [0,1], ], /** * Placeholder for inputs */ 'placeholder' => [ 'currency_name' => 'Please enter Currency Name', 'currency_symbol' => 'Please enter Currency Symbol', 'currency_content' => '', 'status' => 'Please enter Status', ], /** * Labels for inputs. */ 'label' => [ 'currency_name' => 'Currency Name', 'currency_symbol' => 'Currency symbol', 'currency_content' => '', 'status' => 'Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'currency_name' => ['name' => 'Currency Name', 'data-column' => 1, 'checked'], 'currency_symbol' => ['name' => 'Currency symbol', 'data-column' => 2, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 3, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'MasterCurrencies', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];