Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/62d36fc0aa158f530106bde0577bafbc.php |
<?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="status" class="form-check-input cursor-pointer plan-status"
data-id="<?php echo e($row->id); ?>" <?php echo e($checked); ?>>
<span class="custom-switch-indicator"></span>
</label>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/sadmin/plans/columns/status.blade.php ENDPATH**/ ?>