Server IP : 66.29.132.124 / Your IP : 3.129.73.6 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?> <div class="container"> <div class="mb40"> <div class="d-flex justify-content-between"> <h1 class="title-bar"><?php echo e($group['name']); ?></h1> </div> <hr> </div> <?php echo $__env->make('admin.message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="row"> <div class="col-md-3 d-none"> <div class="panel"> <div class="panel-title"><?php echo e(__('Settings Groups')); ?></div> <div class="panel-body"> <ul class="panel-navs"> <?php $__currentLoopData = $groups; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k=>$row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="<?php if($current_group == $k): ?> active <?php endif; ?>"><a href="<?php echo e(route('core.admin.settings.index',['group'=>$k])); ?>"> <?php if($row['icon']): ?> <i class="<?php echo e($row['icon']); ?>"></i> <?php endif; ?> <?php echo e($row['name']); ?> </a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> </div> <div class="col-md-12"> <form action="<?php echo e(route('core.admin.settings.store',['group'=>$current_group])); ?>" method="post" autocomplete="off"> <?php echo csrf_field(); ?> <?php echo $__env->make('Language::admin.navigation', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="lang-content-box"> <?php if(empty($group['view'])): ?> <?php echo $__env->make('Core::admin.settings.groups.'.$current_group, \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php else: ?> <?php echo $__env->make($group['view'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> <hr> <div class="d-flex justify-content-between"> <span></span> <button class="btn btn-primary" type="submit"><?php echo e(__('Save settings')); ?></button> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/book24/public_html/modules/Core/Views/admin/settings/index.blade.php ENDPATH**/ ?>