i have added below in my panel inside textarea field.
<tr> <td><a href="<?= $row->mfSchemeMiniDTO->sdWebUrl; ?>"><?= $row->mfSchemeMiniDTO->name; ?></a></td> <td><?= (($row->mfSchemeCalculatorReturnDTO->lumpsumReturns->{1095} -1000)/1000)*100;?></td> <td><?= (($row->mfSchemeCalculatorReturnDTO->lumpsumReturns->{1825} -1000)/1000)*100;?></td> <td><a class="table-invest-btn" href="/mutual-funds/investment-details/<?=$row->mfSchemeMiniDTO->sId?>">Invest</a></td> </tr>
but template printing the variable name as it is in template and i have passed data also for the variables