'CashPurchase', 'names' => 'CashPurchases', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'CashPurchases', 'sub' => 'CashPurchases', 'list' => 'List of cash_purchases', 'edit' => 'Edit cash_purchase', 'create' => 'Create new cash_purchase' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'user_id' => 'Please enter user id', 'date' => 'Please select date', 'description' => 'Please enter description', 'reason' => 'Please enter reason', 'amount' => 'Please enter amount', 'status' => 'Please enter status', 'status_reason' => 'Please enter status reason', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => 'User id', 'date' => 'Date', 'description' => 'Description', 'reason' => 'Reason', 'amount' => 'Amount', 'status' => 'Status', 'status_reason' => 'Status reason', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'date' => ['name' => 'Date', 'data-column' => 1, 'checked'], 'reason' => ['name' => 'Reason', 'data-column' => 2, 'checked'], 'amount' => ['name' => 'Amount', 'data-column' => 3, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'CashPurchases', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];