![]() 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/demo.cartinsight.co/storage/framework/views/ |
<?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('themes')); ?> <?php $__env->endSlot(); ?> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('actions'); ?> <?php echo CoralsForm::link(url('http://laraship.com/contact/'),'Theme::labels.theme.theme_contact',['class'=>'btn btn-success','target'=>'_blank']); ?> <?php echo CoralsForm::link(url($resource_url.'/add'),'Theme::labels.theme.theme_add_new',['class'=>'btn btn-primary modal-load','data-title'=>trans('Theme::labels.theme.add_new_theme')]); ?> <?php echo CoralsForm::link(url($resource_url.'?check-for-updates=true'),'Theme::labels.theme.theme_check_update',['class'=>'btn btn-success']); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php if($remote_updates): ?> <div id="update_notification" class="alert alert-info"> <button type="button" class="close m-t-20" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> <?php echo app('translator')->get('Theme::labels.theme.theme_update_notification'); ?> </div> <?php endif; ?> <?php $__env->startComponent('components.box'); ?> <?php $__env->slot('box_title'); ?> <?php echo app('translator')->get('Theme::labels.theme.box_title'); ?> <?php $__env->endSlot(); ?> <style> .theme-thumb{ width:200px; height: 112px; } </style> <div class="row"> <div class="col-md-12"> <ul class="list-inline"> <?php $__currentLoopData = $admin_themes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $theme): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="p-10 p-3"> <h4><?php echo e($theme->caption); ?><br> <small class="text-primary text-md "><?php echo e($theme->name); ?> (v<?php echo e($theme->version); ?>) </small> </h4> <img src="<?php echo e(asset($theme->assetPath.'/thumb.png')); ?>" class="img-responsive img-fluid theme-thumb" alt="<?php echo e($theme->caption); ?>"/> <div class="m-t-10 m-b-10"> <?php echo \Theme::formatThemeActions($theme, 'admin', $remote_updates); ?> </div> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <?php echo $__env->renderComponent(); ?> <?php $__env->startComponent('components.box'); ?> <?php $__env->slot('box_title'); ?> <?php echo app('translator')->get('Theme::labels.theme.box_cms_title'); ?> <?php $__env->endSlot(); ?> <div class="row"> <div class="col-md-12"> <ul class="list-inline"> <?php $__currentLoopData = $frontend_themes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $theme): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="p-10 p-1"> <h4><?php echo e($theme->caption); ?> <br> <small class="text-primary" style="font-size: 60%;"><?php echo e($theme->name); ?> (v<?php echo e($theme->version); ?>) </small> </h4> <img src="<?php echo e(asset($theme->assetPath.'/thumb.png')); ?>" style="width:200px; height: 112px;" class="img-responsive img-fluid" alt="<?php echo e($theme->caption); ?>"/> <div class="m-t-10 m-b-10"> <?php echo \Theme::formatThemeActions($theme, 'frontend', $remote_updates); ?> </div> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/demo.woobi.io/Corals/core/Theme/resources/views/themes/index.blade.php ENDPATH**/ ?>