PATH:
home
/
rwabteecom
/
.trash
/
Editing: 369bd331555467a42213562255abb973.php
<div> <?php $checked = $row->is_active === 0 ? '' : 'checked'; ?> <label class="form-check form-switch form-check-custom form-check-solid form-switch-sm d-flex justify-content-center cursor-pointer"> <input type="checkbox" name="is_active" class="form-check-input user-active cursor-pointer" data-id="<?php echo e($row->id); ?>" <?php echo e($checked); ?>> <span class="custom-switch-indicator"></span> </label> </div> <?php /**PATH /home/rwabteecom/public_html/resources/views/users/columns/is_active.blade.php ENDPATH**/ ?>
SAVE
CANCEL