PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 1ab8e74291819160af1bf79da445d1a5.php
<!--[if BLOCK]><![endif]--><?php if(getLogInUser()->hasrole('super_admin')): ?> <!--[if BLOCK]><![endif]--><?php if($row->status == 1): ?> <span class="badge bg-success"><?php echo e(__('messages.common.active')); ?></span> <?php else: ?> <span class="badge bg-danger"><?php echo e(__('messages.placeholder.de_active')); ?></span> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php else: ?> <div class="d-flex justify-content-center align-items-center"> <label class="form-check form-switch mb-0"> <input name="is_active" data-id="<?php echo e($row->id); ?>" class="form-check-input whatsappStoreStatus" type="checkbox" value="1" <?php echo e($row->status ? 'checked' : ''); ?>> </label> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php /**PATH /home/rwabteecom/public_html/resources/views/whatsapp_stores/columns/status.blade.php ENDPATH**/ ?>
SAVE
CANCEL