'Detail', 'names' => 'Details', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Details', 'sub' => 'Details' ], /** * 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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'journal_id' => 'Please enter journal id', 'costcenter_id' => 'Please enter costcenter id', 'ledger_id' => 'Please enter ledger id', 'coa_id' => 'Please enter coa id', 'coa_name' => 'Please enter coa name', 'debit' => 'Please enter debit', 'credit' => 'Please enter credit', 'sort_order' => 'Please enter sort order', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'journal_id' => 'Journal id', 'costcenter_id' => 'Costcenter id', 'ledger_id' => 'Ledger id', 'coa_id' => 'Coa id', 'coa_name' => 'Coa name', 'debit' => 'Debit', 'credit' => 'Credit', 'sort_order' => 'Sort order', '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', ], ], ];