initial import
This commit is contained in:
19
storage/framework/views/43f0951c4abbb80b8a152de3d29d2f9a.php
Normal file
19
storage/framework/views/43f0951c4abbb80b8a152de3d29d2f9a.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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**/ ?>
|
||||
Reference in New Issue
Block a user