Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/www/storage/framework/views/ |
<?php $__env->startSection('title','Profile'); ?>
<?php $__env->startSection('css_page'); ?>
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-basket.css')); ?>" type="text/css" media="screen"/>
<link rel="stylesheet" href="<?php echo e(asset('/themes/frontend_new/assets/css/css-treatments.css')); ?>" type="text/css" media="screen"/>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<!-- <div class="counter-background">
<div class="row center">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 display-inline">
<div class="title-book-center text-success">
<b>Your</b> account details
</div>
</div>
</div>
</div> -->
<?php /*start address list*/ ?>
<div class="page-content">
<div class="text-zone">
<div class="row">
<?php /*start left content*/ ?>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<?php /*start form*/ ?>
<div class="comments_container comments-container-custom register-sec">
<div class="black-box-inner">
<div class="box-border box-background" style="width: 693px; max-width: 100%; margin:0 auto;">
<?php /*start login with facebook*/ ?>
<div class="clearfix">
<div class="text-zone-description" style="padding-bottom:10px!important;">
<div class="treatment-title text-center">
<!-- <img src="<?php echo e(asset('/themes/frontend_new/assets/img/heading-new.png')); ?>"/> -->
<?php /*Or <b>Create</b> an account*/ ?>
<span class="main-heading">Delete account</span>
</div>
</div>
<div class="text-zone-description">
<?php /* <?php echo Form::model($obj, array('url' => URL::to('account/profile'), 'method' => 'put', 'files'=>true)); ?> */ ?>
<div class="form-group pass-bx">
<div class="filds flex-container">
<!-- <div class="filds-label">
<span class="img-d">
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/reg-s.png')); ?>"/>
</span>
<label for="email">Email Address</label>
</div> -->
<div class="filds-input">
<span class="input_icon">
<svg width="21" height="16" viewBox="0 0 21 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.625 0.5H2.375C1.85417 0.526042 1.41146 0.708333 1.04688 1.04688C0.708333 1.41146 0.526042 1.85417 0.5 2.375C0.526042 3 0.773438 3.49479 1.24219 3.85938L9.75781 10.2656C10.2526 10.5781 10.7474 10.5781 11.2422 10.2656L19.7578 3.85938C20.2266 3.49479 20.474 3 20.5 2.375C20.474 1.85417 20.2917 1.41146 19.9531 1.04688C19.5885 0.708333 19.1458 0.526042 18.625 0.5ZM20.5 4.875L11.9844 11.2422C11.5417 11.5807 11.0469 11.75 10.5 11.75C9.95312 11.75 9.45833 11.5807 9.01562 11.2422L0.5 4.875V13C0.526042 13.7031 0.773438 14.2891 1.24219 14.7578C1.71094 15.2266 2.29688 15.474 3 15.5H18C18.7031 15.474 19.2891 15.2266 19.7578 14.7578C20.2266 14.2891 20.474 13.7031 20.5 13V4.875Z" fill="black"></path>
</svg>
</span>
<?php echo Form::email('email',null,['class'=>'form-control','id'=>'email']); ?>
<?php if($errors->has('email')): ?>
<div class="text-warning">
<?php echo e($errors->first('email')); ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
<div class="form-group clearfix " style="margin-top: 10px;">
<div class="col-md-12">
</div>
</div>
<div id="actions" class="clearfix text-center reg-button">
<div class="login-reg-sec-1">
<div class="button-sec-left">
<div class="btn-com">
<!-- <span>
<img src="<?php echo e(asset('/themes/frontend_new/assets/img/btn.png')); ?>"/>
</span> -->
<button type="submit" id="check-hosted-fields" class="button-login-trans">DELETE</button>
</div>
</div>
</div>
</div>
<!-- <button type="submit" class="btn btn-warning">UPDATE</button> -->
<?php /* <?php echo Form::close(); ?> */ ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('custom_scripts'); ?>
<script>
var file = $('input[name="avatar"]');
file.change(function(e){
var fileName = e.target.value.split( '\\' ).pop();
$(".filename").html('THE PICTURE IS SELECTED. <br>Press update button<br><i class="fa fa-picture-o"></i> '+fileName);
});
$('#check-hosted-fields').on('click', function() {
var emailValue = $('input[name="email"]').val();
// var emailInput = $('input[name="email"]');
// var emailValue = emailInput.val();
var emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
if(emailValue == '' || emailValue == null)
{
alert("Please enter the email");
} else {
if (emailRegex.test(emailValue)) {
// Valid email, proceed to use the value
// console.log("Valid email address:", emailValue);
alert("Your Email is added. Your account will be deleted in the next 15 days");
} else {
// Invalid email, do something (e.g., display an error message)
// console.log("Invalid email address:", emailValue);
alert("Invalid email address");
}
}
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend_new.layouts.account', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>