</a></span> <span style="font-size: 14px;font-weight: bold;">Exempt Use Certificate:</span> <span><a href="../tax_form/<?php echo $CustomerDtlsArchive[0]['tax_form_excempt']; ?> " target="_blank"><?php echo $CustomerDtlsArchive[0]['tax_form_excempt']; ?> </a></span> </td> </tr> </table> </td> <td bgcolor="#F6F2F2" valign="top"> <?php $UserDtlsArchive = UserDtlsArchive($id); ?> <table width="100%" align="center" border="0" valign="top" style="padding-top: 5px;"> <tr> <td width="40%" align="center" style="font-size: 14px;font-weight: bold;">User Name</td> <td width="60%" align="center" style="font-size: 14px;font-weight: bold;">Email ID</td> </tr> <?php if (count($UserDtlsArchive) > 0) { foreach ($UserDtlsArchive as $userDtls) { ?> <tr> <td align="center"><?php echo $userDtls['cus_fname'] . ' ' . $userDtls['cus_lname']; ?> </td>
<?php if(($CustomerDtlsArchive[0]['comp_phone1'] != '') || ($CustomerDtlsArchive[0]['comp_phone2'] != '') || ($CustomerDtlsArchive[0]['comp_phone3'] != '')){ ?> <span style="font-size: 14px;font-weight: bold;">Phone Numbers: </span> <span><?php echo $CustomerDtlsArchive[0]['comp_phone1']; ?></span> <span><?php echo $CustomerDtlsArchive[0]['comp_phone2']; ?></span> <span><?php echo $CustomerDtlsArchive[0]['comp_phone3']; ?></span> <?php } ?> <span style="font-size: 14px;font-weight: bold;">Resale Certificate:</span> <span><a href="../tax_form/<?php echo $CustomerDtlsArchive[0]['tax_form_resale']; ?>" target="_blank"><?php echo $CustomerDtlsArchive[0]['tax_form_resale']; ?></a></span> <span style="font-size: 14px;font-weight: bold;">Exempt Use Certificate:</span> <span><a href="../tax_form/<?php echo $CustomerDtlsArchive[0]['tax_form_excempt']; ?>" target="_blank"><?php echo $CustomerDtlsArchive[0]['tax_form_excempt']; ?></a></span> </td> </tr> </table> </td> <td bgcolor="#F6F2F2" valign="top"> <?php $UserDtlsArchive = UserDtlsArchive($id); ?> <table width="100%" align="center" border="0" valign="top" style="padding-top: 5px;"> <tr> <td width="40%" align="center" style="font-size: 14px;font-weight: bold;">User Name</td> <td width="60%" align="center" style="font-size: 14px;font-weight: bold;">Email ID</td> </tr> <?php if(count($UserDtlsArchive) > 0){ foreach ($UserDtlsArchive as $userDtls){ ?> <tr> <td align="center"><?php echo $userDtls['cus_fname'].' '.$userDtls['cus_lname']; ?></td> <td align="center"><?php echo $userDtls['cus_email']; ?></td> </tr> <?php }