@php $TempValue=""; $TempValue2=""; $noneorblock="none"; $textconditiona=""; $textconditionb=""; $textconditionc=""; $textconditiond=""; if(array_key_exists($demographyconfigId,$valueforhold)) { $TempValueArray=$valueforhold[$demographyconfigId]; $textcondition=$TempValueArray->textcondition; $TempValue=$TempValueArray->value; if($textcondition=='Equals') { $textconditiona="selected"; } if($textcondition=='Greater_Than') { $textconditionb="selected"; } if($textcondition=='Lesser_Than') { $textconditionc="selected"; } if($textcondition=='IS_Between') { $textconditiond="selected"; $noneorblock="block"; $TempValue2=$TempValueArray->value2; } } if($textconditiona=="" && $textconditionb=="" && $textconditionc=="") { $textconditiona="selected"; } @endphp