Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/syn.corals.io/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/syn.corals.io/storage/framework/views/ca7776b94c3cadca4b703691a8fdd6230513693e.php
<?php $__env->startSection('title',$title); ?>

<?php $__env->startSection('content_header'); ?>
    <?php $__env->startComponent('components.content_header'); ?>
        <?php $__env->slot('page_title'); ?>
            <?php echo e($title); ?>

        <?php $__env->endSlot(); ?>
        <?php $__env->slot('breadcrumb'); ?>
            <?php echo e(Breadcrumbs::render('modules')); ?>

        <?php $__env->endSlot(); ?>
    <?php if (isset($__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f)): ?>
<?php $component = $__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f; ?>
<?php unset($__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('actions'); ?>
    <?php echo CoralsForm::link(url($resource_url.'/rescan'),'Settings::labels.module.rescan',['class'=>'btn btn-warning']); ?>

    <?php echo CoralsForm::link(url($resource_url.'/add'),'Settings::labels.module.add_new',['class'=>'btn btn-primary modal-load','data-title'=>"Add New Module"]); ?>

    <?php echo CoralsForm::link(url($resource_url.'?check-for-updates=true'),'Settings::labels.module.check_update',['class'=>'btn btn-success']); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('css'); ?>
    <style>
        .table-hover > tbody > tr:hover {
            background-color: #ccc;
            color: black;
        }

        .table-hover > tbody > tr:hover .text-primary {
            color: black;
        }
    </style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <?php $__env->startComponent('components.box'); ?>
        <?php $__env->slot('box_title'); ?>
            <?php echo app('translator')->get('Module::labels.module.box_title'); ?>
        <?php $__env->endSlot(); ?>
        <?php if($has_updates): ?>
            <div id="update_notification" class="alert alert-info">
                <button type="button" style="margin-left: 20px" class="close" data-dismiss="alert" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
                <?php echo app('translator')->get('Settings::labels.module.update_available'); ?>
            </div>
        <?php endif; ?>
        <div class="row">
            <div class="col-md-12">
                <div class="table-responsive">
                    <table class="table color-table info-table table table-hover table-striped table-condensed">
                        <thead>
                        <tr>
                            <th style="min-width: 250px;"><?php echo app('translator')->get('Settings::labels.module.name'); ?></th>
                            <th><?php echo app('translator')->get('Settings::labels.module.description'); ?></th>
                            <th><?php echo app('translator')->get('Settings::labels.module.notes'); ?></th>
                            <th><?php echo app('translator')->get('Settings::labels.module.version'); ?></th>
                            <th><?php echo app('translator')->get('Settings::labels.module.install_version'); ?></th>
                            <th><?php echo app('translator')->get('Settings::labels.module.type'); ?></th>
                            <th><?php echo app('translator')->get('Settings::labels.module.author'); ?></th>
                            <th><?php echo app('translator')->get('Settings::labels.module.code'); ?></th>
                            <th><?php echo app('translator')->get('Settings::labels.module.enabled'); ?></th>
                            <th><?php echo app('translator')->get('Corals::labels.action'); ?></th>
                        </tr>
                        </thead>
                        <tbody>
                        <?php $__currentLoopData = $modules; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $module): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <tr id="<?php echo e($module->code); ?>" data-hashedid="<?php echo e($module->hashed_id); ?>">
                                <td class="module_name">
                                    <b class="text-primary">
                                        <?php echo property_exists($module,'icon')?'<i class="'.$module->icon.' m-r-5"></i>':''; ?>

                                        <?php echo e($module->name); ?>

                                    </b>
                                </td>
                                <td><?php echo generatePopover($module->description); ?></td>
                                <td><?php echo generatePopover($module->notes,'', 'fa fa-sticky-note text-danger'); ?></td>
                                <td><b><?php echo e($module->version); ?></b></td>
                                <td><b><?php echo e($module->installed_version??'-'); ?></b></td>
                                <td><?php echo $module->type_formatted; ?></td>
                                <td><?php echo e($module->author); ?></td>
                                <td><?php echo e($module->code); ?></td>
                                <td><?php echo $module->enabled?'<i class="fa fa-check-circle text-success"></i>':'<i class="fa fa-ban text-danger"></i>'; ?></td>
                                <td class="actions"><?php echo \Modules::getModuleAction($module,$remote_updates); ?></td>
                            </tr>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
    <?php if (isset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5)): ?>
<?php $component = $__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5; ?>
<?php unset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('js'); ?>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/public_html/syn.corals.io/Corals/core/Settings/resources/views/modules/index.blade.php ENDPATH**/ ?>

Spamworldpro Mini