Sindbad~EG File Manager
<?php $__currentLoopData = config('adminlte.plugins'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pluginName => $plugin): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($plugin['active'] || View::getSection('plugins.' . ($plugin['name'] ?? $pluginName))): ?>
<?php $__currentLoopData = $plugin['files']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $file): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
if (! empty($file['asset'])) {
$file['location'] = asset($file['location']);
}
?>
<?php if($file['type'] == $type && $type == 'css'): ?>
<link rel="stylesheet" href="<?php echo e($file['location']); ?>">
<?php elseif($file['type'] == $type && $type == 'js'): ?>
<script src="<?php echo e($file['location']); ?>" <?php if(! empty($file['defer'])): ?> defer <?php endif; ?>></script>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php /**PATH /var/www/html/logros.sumar.com.py/vendor/jeroennoten/laravel-adminlte/src/../resources/views/plugins.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists