Files
ai-stylegallery/storage/framework/views/3f77e6826fdc1594eff5c290f02eecb9.php

12 lines
423 B
PHP

<?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**/ ?>