| Path : /var/www/html/backup/jewelry-pos/storage/framework/views/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/backup/jewelry-pos/storage/framework/views/e2e0dc36f51ca7f727a97a2c24b40397.php |
<!-- Modal popup -->
<div class="modal fade" id="UserchangePass_modal" tabindex="-1" role="dialog" aria-hidden="true">
modal-dialog-centered
<div class="modal-dialog modal-lg " role="document">
<div class="modal-content">
<div class="modal-header bg-primary">
<h5 class="modal-title"><i class="fal fa-unlock"> <?php echo e(__('message.change password')); ?> </i></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fal fa-times text-light"></i></span>
</button>
</div>
<form action="<?php echo e(route('user.updatePassword', $user->id)); ?>" method="POST" class="frm-change-password">
<?php echo method_field('PUT'); ?>
<?php echo e(csrf_field()); ?>
<div class="modal-body">
<div class="form-group">
<label class="col-md-2 control-label"><?php echo e(__('message.password')); ?></label>
<div class="col-md-12">
<input class="form-control" placeholder="<?php echo e(__('message.password')); ?>" type="password"
name="password" required="">
<?php $__errorArgs = ['password'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<span class="text-danger">
<strong><?php echo e($message); ?></strong>
</span>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
</div>
</div>
<div class="modal-footer">
<button type="submit" id="saveChangePw" class="btn btn-primary waves-effect waves-themed"
onclick="this.form.submit();this.disabled = true;">
<i class="fal fa-save fa-lg"></i>
<?php echo e(__('message.save')); ?>
</button>
<button type="button" class="btn btn-danger waves-effect waves-themed"
data-dismiss="modal"><?php echo e(__('message.cancel')); ?></button>
</div>
</form>
</div>
</div>
</div>
<!-- End Modal popup -->
<?php /**PATH /var/www/html/jewelry-pos/resources/views/app/user-modal.blade.php ENDPATH**/ ?>