__( 'General', 'erp' ),
];
if ( $is_crm_activated || $is_hrm_activated ) {
$tabs['import'] = __( 'Import', 'erp' );
$tabs['export'] = __( 'Export', 'erp' );
}
$tabs['misc'] = __( 'Misc.', 'erp' );
$tabs = apply_filters( 'erp_tools_tabs', $tabs );
?>
$tab_label) { ?>