$templateProcessor->deleteBlock(‘mostCompetitive’); is not working in phpWord in Laravel
I am using PhpOfficePhpWordTemplateProcessor to modify my template DOCX document and its setValue method works well.
but I am not sure how to use $templateProcessor->deleteBlock();