<input class="large" type="text" name="input10" value="<?php 
echo @$fetch['Date_of_Birth'];
?>
" readonly/>
        </div>
        <div class="element-input">
          <label class="title">Register Date</label>
          <input class="large" type="text" name="input9" value="<?php 
echo @$fetch['add_date'];
?>
" readonly/>
        </div>
        <div class="element-input">
          <label class="title">Source</label>
          <input class="large" type="text" name="input8" value="<?php 
echo togetleadsource($fetch['source']);
?>
" readonly/>
        </div>
                <div class="element-input">
          <label class="title">Total Accounts</label>
          <input class="large" type="text" name="input5" value="<?php 
echo @$fetch['total_account'];
?>
" readonly/>
        </div>
        <div class="element-input">
          <label class="title">Contact Method</label>
          <input class="large" type="text" name="input4" value="<?php 
echo togetconmeth($fetch['contact_method']);
?>
        echo togetcurrentoffervalueoption($row['ac_id'], $row['id']);
    } else {
        echo '----';
    }
    ?>
</td> 
          <td  height="30"><?php 
    echo togetcasetype($row['case_type']);
    ?>
</td>
          <td  height="30"><?php 
    echo togetpaymentstatus($row['payin']);
    ?>
</td>
          <td  height="30"><?php 
    echo togetleadsource($row['source']);
    ?>
</td>
          <td  height="30"><?php 
    echo toshowformatdate($row['dateofbirth']);
    ?>
</td>
          <td  height="30"><?php 
    echo $row['phone'];
    ?>
</td>
          <td  height="30"><?php 
    echo $row['email'];
    ?>
</td>
          <td  height="30"><?php