HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/storage/framework/views/0ddea0f451fe18ce145331cf0288a9b08c82da88.php
<div class="main-title mb-25">
    <h3 class="mb-0"><?php echo e(__('general_settings.Activation')); ?></h3>
</div>

<div class="common_QA_section QA_section_heading_custom">
    <div class="QA_table ">
        <!-- table-responsive -->
        <div class="">
            <table class="table Crm_table_active2">
                <thead>
                    <tr>
                        <th scope="col"><?php echo e(__('common.sl')); ?></th>
                        <th scope="col"><?php echo e(__('common.type')); ?></th>
                        <th scope="col" width="10%" class="text-right"><?php echo e(__('general_settings.activate')); ?></th>
                    </tr>
                </thead>
                <tbody>
                    <?php $__currentLoopData = $others_activations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $others_activation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <tr>
                            <td><?php echo e($key+1); ?></td>
                            <td><?php echo e(strtoupper(str_replace("_"," ",$others_activation->type))); ?></td>
                            <td class="text-right">
                                <label class="switch_toggle" for="checkbox<?php echo e($others_activation->id); ?>">
                                    <input type="checkbox" id="checkbox<?php echo e($others_activation->id); ?>" <?php if($others_activation->status == 1): ?> checked <?php endif; ?> <?php if(permissionCheck('update_activation_status')): ?> value="<?php echo e($others_activation->id); ?>" class="activations" <?php endif; ?>>
                                    <div class="slider round"></div>
                                </label>
                            </td>
                        </tr>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <?php if(isModuleActive('MultiVendor')): ?>
                        <?php $__currentLoopData = $vendor_configurations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $vendor_configuration): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <tr>
                                <td><?php echo e($key+1); ?></td>
                                <td><?php echo e(strtoupper(str_replace("_"," ",$vendor_configuration->type))); ?></td>
                                <td class="text-right">
                                    <label class="switch_toggle" for="checkbox<?php echo e($vendor_configuration->id); ?>">
                                        <input type="checkbox" id="checkbox<?php echo e($vendor_configuration->id); ?>" <?php if($vendor_configuration->status == 1): ?> checked <?php endif; ?>  <?php if(permissionCheck('update_activation_status')): ?> value="<?php echo e($vendor_configuration->id); ?>" class="activations" <?php endif; ?>>
                                        <div class="slider round"></div>
                                    </label>
                                </td>
                            </tr>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <?php endif; ?>
                </tbody>
            </table>
        </div>
    </div>
</div>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/GeneralSetting/Resources/views/page_components/activation.blade.php ENDPATH**/ ?>