PATH:
home
/
rwabteecom
/
.trash
/
Editing: f5f05e87e9fec28baf80b5585f677cff.php
<div class="p-3"> <!--[if BLOCK]><![endif]--><?php if($row->iso_code !== getSuperAdminSettingValue('default_language')): ?> <div> <?php $checked = $row->status === 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 language-active cursor-pointer langauge-value" data-id="<?php echo e($row->id); ?>" <?php echo e($checked); ?>> <span class="custom-switch-indicator"></span> </label> </div> <?php else: ?> <div class="text-center"> <span class="badge bg-light-success"><?php echo e(__('messages.common.default')); ?></span> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <?php /**PATH /home/rwabteecom/public_html/resources/views/sadmin/languages/columns/is_active.blade.php ENDPATH**/ ?>
SAVE
CANCEL