?>
"/>
                    </div>

                    <div class="form-group">
                        <label for="">Last Name <?php 
echo tpl_customer::customer();
?>
 : </label>
                        <input type="text" class="form-control"
                               id="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::l_name() . '_update';
?>
"
                               name="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::l_name() . '_update';
?>
"/>
                    </div>

                    <div class="form-group">
                        <label for="">Email <?php 
echo tpl_customer::customer();
?>
 : </label>
                        <input type="text" class="form-control"
                               id="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::email() . '_update';
?>
"
                               name="<?php