'Coa', 'names' => 'Coas', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Coas', 'sub' => 'Coas' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'is_group' => [ [ 'key' => 'Yes', 'value' => 'Yes', 'text' => 'Yes', ], [ 'key' => 'No', 'value' => 'No', 'text' => 'No', ], ], 'type' => [ [ 'key' => 'Asset', 'value' => 'Asset', 'text' => 'Asset', ], [ 'key' => 'Liability', 'value' => 'Liability', 'text' => 'Liability', ], [ 'key' => 'Income', 'value' => 'Income', 'text' => 'Income', ], [ 'key' => 'Expence', 'value' => 'Expence', 'text' => 'Expence', ], ], 'debit_or_credit' => [ [ 'key' => 'Debit', 'value' => 'Debit', 'text' => 'Debit', ], [ 'key' => 'Credit', 'value' => 'Credit', 'text' => 'Credit', ], ], 'status' => [ [ 'key' => 'Active', 'value' => 'Active', 'text' => 'Active', ], [ 'key' => 'Inactive', 'value' => 'Inactive', 'text' => 'Inactive', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'parent_id' => 'Please enter parent id', 'nest_left' => 'Please enter nest left', 'nest_right' => 'Please enter nest right', 'nest_depth' => 'Please enter nest depth', 'company_id' => 'Please enter company id', 'branch_id' => 'Please enter branch id', 'is_group' => 'Please select is group', 'type' => 'Please select type', 'code' => 'Please enter code', 'name' => 'Please enter name', 'description' => 'Please enter description', 'remarks' => 'Please enter remarks', 'debit' => 'Please enter debit', 'credit' => 'Please enter credit', 'balance' => 'Please enter balance', 'debit_or_credit' => 'Please select debit or credit', 'icon' => 'Please enter icon', 'color' => 'Please enter color', 'status' => 'Please select status', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'parent_id' => 'Parent id', 'nest_left' => 'Nest left', 'nest_right' => 'Nest right', 'nest_depth' => 'Nest depth', 'company_id' => 'Company id', 'branch_id' => 'Branch id', 'is_group' => 'Is group', 'type' => 'Type', 'code' => 'Code', 'name' => 'Name', 'description' => 'Description', 'remarks' => 'Remarks', 'debit' => 'Debit', 'credit' => 'Credit', 'balance' => 'Balance', 'debit_or_credit' => 'Debit or credit', 'icon' => 'Icon', 'color' => 'Color', 'status' => 'Status', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];