{if $reportType == "invests"} {if $rescount > 0 } {foreach $res as $single} {/foreach} {else} {/if}
Visit Date wife name husband name Show
{$single.visitDate} {$single.wifeName} {$single.husbandName} Show
No data found ...........
{/if} {if $reportType == "rays"} {if $rescount > 0 } {foreach $res as $single} {/foreach} {else} {/if}
Visit Date wife name husband name Show
{$single.visitDate} {$single.wifeName} {$single.husbandName} Show
No data found ...........
{/if}