?>
"/>
                    </div>

                    <div class="form-group">
                        <label for="">Full address <?php 
echo tpl_customer::customer();
?>
 : </label>
                        <input type="text" class="form-control"
                               id="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::full_address() . '_update';
?>
"
                               name="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::full_address() . '_update';
?>
"/>
                    </div>
                    <button type="submit" class="btn btn-success" id="update" name="update">Save</button>
                </form>
                <div class="" id="result_massages_update"></div>
            </div>
        </div>
    </div>
</div>


<div class="modal fade" id="update_password" style="background-color: rgba(60, 60, 60, 0.81);" tabindex="-1"
     role="dialog"
     aria-labelledby="myModalLabel" aria-hidden="true">