'Deposit', 'names' => 'Deposits', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Deposits', 'sub' => 'Deposits', 'list' => 'List of deposits', 'edit' => 'Edit deposit', 'create' => 'Create new deposit' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'user_id' => '', 'plan_id' => '', 'amount' => '', 'transaction_id' => '', 'investment_date' => '', 'maturity_date' => '', 'status' => '', ], /** * Labels for inputs. */ 'label' => [ 'user_id' => 'Select User', 'plan_id' => 'Select Plan', 'amount' => 'Amount', 'transaction_id' => 'Transaction Id', 'investment_date' => 'Investment Date', 'maturity_date' => 'Maturity Date', 'status' => 'Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'user_id' => ['name' => 'Select User', 'data-column' => 1, 'checked'], 'plan_id' => ['name' => 'Select Plan', 'data-column' => 2, 'checked'], 'amount' => ['name' => 'Amount', 'data-column' => 3, 'checked'], 'transaction_id' => ['name' => 'Transaction Id', 'data-column' => 4, 'checked'], 'investment_date' => ['name' => 'Investment Date', 'data-column' => 5, 'checked'], 'maturity_date' => ['name' => 'Maturity Date', 'data-column' => 6, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 7, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Deposits', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];