?>
" target="_blank"><img src="images/icon_edit.png" height="16" width="16"></a></div>
        <div class="vdel"><?php 
    echo $fetch1['id'];
    ?>
</div>
        <div class="vdel" style="width:22%;"><?php 
    echo $fetch1['email'];
    ?>
</div>
        <div class="vdel" style="width:15%;"><?php 
    echo $fetch1['unikdueid'];
    ?>
</div>
        <div class="vdel"><?php 
    echo togetacctype($fetch1['product_type']);
    ?>
</div>
        <div class="vdel"><?php 
    echo $fetch1['bank'];
    ?>
</div>
      </div>
      <?php 
}
?>
    </div>
  </div>
</form>
<form action="" method="post" enctype="multipart/form-data" name="sendnotification" id="sendnotification">
  <div class="formoid-flat-green" style="background-color:#ffffff;font-size:14px;font-family:'Lato', sans-serif;color:#666666; margin-bottom:5px; height:auto; overflow:hidden;">
          <input class="large" type="text" name="input22" id="usermobile" value="<?php 
echo @$fetch['mobile'];
?>
" readonly/>
        </div>
        <div class="element-input">
          <label class="title">Account Dues ID</label>
          <input class="large" type="text" name="input2" value="<?php 
echo @$fetch['unikdueid'];
?>
" readonly/>
        </div>
        <div class="element-input">
          <label class="title">Account Type</label>
          <input class="large" type="text" name="input3" value="<?php 
echo togetacctype(@$fetch['product_type']);
?>
" readonly/>
        </div>
        <div class="element-input">
          <label class="title">Bank</label>
          <input class="large" type="text" name="input4" value="<?php 
echo @$fetch['bank'];
?>
" readonly/>
        </div>
        <div class="element-input">
          <label class="title">Account Caption</label>
          <input class="large" type="text" name="input5" value="<?php 
echo @$fetch['caption'];
?>