Files
ai-stylegallery/storage/framework/views/43f0951c4abbb80b8a152de3d29d2f9a.php

19 lines
1.0 KiB
PHP

<?php if(isset($data)): ?>
<script>
window.filamentData = <?php echo \Illuminate\Support\Js::from($data)->toHtml() ?>
</script>
<?php endif; ?>
<?php $__currentLoopData = $assets; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $asset): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if(! $asset->isLoadedOnRequest()): ?>
<?php echo e($asset->getHtml()); ?>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<style>
:root {
<?php $__currentLoopData = $cssVariables ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cssVariableName => $cssVariableValue): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> --<?php echo e($cssVariableName); ?>:<?php echo e($cssVariableValue); ?>; <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
}
</style>
<?php /**PATH C:\wwwroot\stylegallery\backend\vendor\filament\support\resources\views/assets.blade.php ENDPATH**/ ?>