initial import
This commit is contained in:
12
storage/framework/views/3f77e6826fdc1594eff5c290f02eecb9.php
Normal file
12
storage/framework/views/3f77e6826fdc1594eff5c290f02eecb9.php
Normal 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**/ ?>
|
||||
Reference in New Issue
Block a user