'BalanceType', 'names' => 'BalanceTypes', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'BalanceTypes', 'sub' => 'BalanceTypes', 'list' => 'List of balance_types', 'edit' => 'Edit balance_type', 'create' => 'Create new balance_type' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'Name' => '', 'description' => '', 'debit' => '', ], /** * Labels for inputs. */ 'label' => [ 'Name' => '', 'description' => '', 'debit' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'BalanceTypes', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];