'Kyc', 'names' => 'Kycs', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Kycs', 'sub' => 'Kycs' ], /** * 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' => [ 'status_aml' => [], 'aml_required' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'buyer_id' => 'Please enter buyer id', 'seller_id' => 'Please enter seller id', 'status_aml' => 'Please select status aml', 'anl_notes' => 'Please enter anl notes', 'aml_required' => 'Please select aml required', 'aml_ids' => 'Please enter aml ids', 'aml_date' => 'Please select aml date', 'aml_score' => 'Please enter aml score', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'buyer_id' => 'Buyer id', 'seller_id' => 'Seller id', 'status_aml' => 'Status aml', 'anl_notes' => 'Anl notes', 'aml_required' => 'Aml required', 'aml_ids' => 'Aml ids', 'aml_date' => 'Aml date', 'aml_score' => 'Aml score', ], /** * Label for workflows. */ 'workflow' => [ 'submit' => [ 'label' => 'Submit', 'icon' => 'save', 'varient' => 'outline', ], 'approve' => [ 'label' => 'Approve', 'icon' => 'save', 'varient' => 'outline', ], 'reject' => [ 'label' => 'Reject', 'icon' => 'save', 'varient' => 'danger', ], 'publish' => [ 'label' => 'Publish', 'icon' => 'save', 'varient' => 'outline', ], 'unpublish' => [ 'label' => 'Unpublish', 'icon' => 'save', 'varient' => 'outline', ], 'archive' => [ 'label' => 'Archive', 'icon' => 'save', 'varient' => 'danger', ], 'unarchive' => [ 'label' => 'Unarchive', 'icon' => 'save', 'varient' => 'outline', ], ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];