26 lines
1.9 KiB
PHP
26 lines
1.9 KiB
PHP
<div class="flex aspect-square size-8 items-center justify-center rounded-md bg-accent-content text-accent-foreground">
|
|
<?php if (isset($component)) { $__componentOriginal159d6670770cb479b1921cea6416c26c = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal159d6670770cb479b1921cea6416c26c = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.app-logo-icon','data' => ['class' => 'size-5 fill-current text-white dark:text-black']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('app-logo-icon'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['class' => 'size-5 fill-current text-white dark:text-black']); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal159d6670770cb479b1921cea6416c26c)): ?>
|
|
<?php $attributes = $__attributesOriginal159d6670770cb479b1921cea6416c26c; ?>
|
|
<?php unset($__attributesOriginal159d6670770cb479b1921cea6416c26c); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal159d6670770cb479b1921cea6416c26c)): ?>
|
|
<?php $component = $__componentOriginal159d6670770cb479b1921cea6416c26c; ?>
|
|
<?php unset($__componentOriginal159d6670770cb479b1921cea6416c26c); ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
<div class="ms-1 grid flex-1 text-start text-sm">
|
|
<span class="mb-0.5 truncate leading-none font-semibold">DFOOD DASHBOARD</span>
|
|
</div>
|
|
<?php /**PATH E:\!PROJECT\dfood-website\resources\views/components/app-logo.blade.php ENDPATH**/ ?>
|