'AccountContact', 'names' => 'AccountContacts', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'AccountContacts', 'sub' => 'AccountContacts' ], /** * 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' => [ 'direct' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'account_id' => 'Please enter account id', 'contact_id' => 'Please enter contact id', 'role' => 'Please enter role', 'start_date' => 'Please select start date', 'end_date' => 'Please select end date', 'direct' => 'Please select direct', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'account_id' => 'Account id', 'contact_id' => 'Contact id', 'role' => 'Role', 'start_date' => 'Start date', 'end_date' => 'End date', 'direct' => 'Direct', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];