PATH:
home
/
rwabteecom
/
.trash
/
Editing: 1ff0f8c9143c0310f0bc64298b27126e.php
<div class="row mt-4"> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $addOnModules; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $addOnModule): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!--[if BLOCK]><![endif]--><?php if(isModuleInstalled($addOnModule->name)): ?> <div class="col-md-3 mb-4"> <div class="card text-center border-primary" style="width: 320px; height: 320px;"> <div class="card-body"> <div class="card-icon mb-5"> <img src="<?php echo e(asset('assets/img/add_on/' . strtolower(str_replace(' ', '_', $addOnModule->name)) . '.png')); ?>" width="45px" height="45px" alt="<?php echo e(strtolower(str_replace(' ', '_', $addOnModule->name))); ?>"> </div> <div class="mb-4"> <h5 class="card-title"><?php echo e($addOnModule->name); ?></h5> </div> <div class="mb-2"> <p class="text-gray-600"> <?php echo e(__('messages.addon.' . strtolower(str_replace(' ', '_', $addOnModule->name)) . '_sort_desc')); ?> </p> </div> <div> <button type="button" class="btn <?php echo e($addOnModule->status == 1 ? 'btn-danger' : 'btn-primary'); ?> btn-sm disableModule" data-id="<?php echo e($addOnModule->id); ?>"> <?php echo e($addOnModule->status == 1 ? __('messages.disable') : __('messages.enable')); ?> </button> <a href="javascript:void(0)" title="<?php echo e(__('messages.common.delete')); ?>" class="btn px-1 text-danger fs-3 add-on-delete-btn" data-id="<?php echo e($addOnModule->id); ?>"> <i class="fa-solid fa-trash"></i> </a> </div> </div> </div> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </div> <?php /**PATH /home/rwabteecom/public_html/resources/views/livewire/add-on-module.blade.php ENDPATH**/ ?>
SAVE
CANCEL