
<?php $__env->startSection('content'); ?> 

  <div class="qv rc sm sp" style="margin-top:3%;">
        <div class="qw">
          <?php if(Session::has('Name')): ?>   
              <span style="margin-left:70px;"> <strong> पासवर्ड बदल करा  </strong> </span>
              <span style="margin-top:-7px;margin-left:55%;">Welcome, <?php echo e(Session::get('Name')); ?>

              <a href='dashboard-android-app' class='cg ts fx green' style="margin-left:80px;"> Go To Dashboard </a>
          <?php endif; ?>
        </div>
  </div>
<div class="by amt" style="margin-top:-30px;">
    <div class="gc">
      <div class="gz"> 
        <div class="ca qo anx">
          <div class="qf b aml" style="width:100%;margin-left:45%;">
            <div class="row" style="margin-left:10%;width:80%;">
                <div class="w-lg m-y-lg bv">
                     <form id="UpdatePassword" action="update_password_user_password" role="form">
                        <div class="row">
                                <div class="col-lg-12">
                                  <!-- Errors And Success Messages -->
                                   <?php if(count($errors)>0): ?>
                                  <div class="alert alert-danger">
                                    <ul>
                                      <?php foreach($errors->all() as $error): ?>
                                        <li> <strong><font color="red" > <?php echo e($error); ?> </font> </strong></li>
                                        <p/>
                                      <?php endforeach; ?>
                                    </ul>
                                  </div>
                                  <?php endif; ?>
                              </p>
                              	<?php if(Session::has('success')): ?>
                                    <font color="green" > <?php echo e(Session::get('success')); ?> </font>
                                    <p/>
                                  <?php endif; ?>

                                  <?php if(Session::has('error')): ?>
                                    <font color="red" > <?php echo e(Session::get('error')); ?> </font>
                                    <p/>
                                  <?php endif; ?>
                                </div>
                        </div>
                        <input type="hidden" id="id" name="id" value="<?php echo e(Session::get('id')); ?>">
                        <div class="row" style="margin-top:15px;">
              				<div class="col-lg-12">
	              				<div class="col-lg-4">
	              					<label> सध्याचा पासवर्ड </label>
	              				</div>
	              				<div class="col-lg-8">
	              					<input type="password" id="OldPassword" name="OldPassword" placeholder="सध्याचा पासवर्ड" class="form-control">
	              				</div>	              				
              				</div>
              			</div>
                        <div class="row" style="margin-top:15px;">
              				<div class="col-lg-12">
	              				<div class="col-lg-4">
	              					<label> नवीन पासवर्ड </label>
	              				</div>
	              				<div class="col-lg-8">
	              					<input type="password" id="NewPassword" name="NewPassword" placeholder="नवीन पासवर्ड" class="form-control">
	              				</div>
              				</div>
              			</div>
                        <div class="row" style="margin-top:15px;">
              				<div class="col-lg-12">
	              				<div class="col-lg-4">
	              					<label> नवीन पासवर्ड पुन्हा भरा  </label>
	              				</div>
	              				<div class="col-lg-8">
	              					<input type="password" id="ConfirmPassword" name="ConfirmPassword" placeholder="नवीन पासवर्ड पुन्हा भरा" class="form-control">
	              				</div>
              				</div>
              			</div>
                        <div class="row" style="margin-top:15px;">
              				<div class="col-lg-12">
	              				<div class="col-lg-4">
	              				</div>
	              				<div class="col-lg-4">
	              					<input type="submit" class="cg fp" value="पासवर्ड बदला" >
	              				</div>	
              				</div>
              			</div> 
              		   </form>
					</div>
              		</div>
				</div>
            </div>
		</div>
   	</div>
</div>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.layouts.votermainview', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>