initial import

This commit is contained in:
2025-07-30 09:47:03 +02:00
commit b0a186a324
292 changed files with 32323 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php if(filled($brand = filament()->getBrandName())): ?>
<div
<?php echo e($attributes->class([
'fi-logo text-xl font-bold leading-5 tracking-tight text-gray-950 dark:text-white',
])); ?>
>
<?php echo e($brand); ?>
</div>
<?php endif; ?>
<?php /**PATH C:\wwwroot\stylegallery\backend\vendor\filament\filament\resources\views/components/logo.blade.php ENDPATH**/ ?>