Edit File: 2e69bcc8e195d185cd0aa565e5a06232.php
<?php if(strlen($label ?? '') > 0): ?> <div class="inline-flex items-center gap-1"> <?php endif; ?> <?php if (isset($component)) { $__componentOriginal606b6d7eddc2e418f11096356be15e19 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal606b6d7eddc2e418f11096356be15e19 = $attributes; } ?> <?php $component = BladeUI\Icons\Components\Icon::resolve(['name' => $icon()] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('svg'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\BladeUI\Icons\Components\Icon::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attributes->class([ 'inline', 'w-5 h-5' => !Str::contains($attributes->get('class') ?? '', ['w-', 'h-']) ]))]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal606b6d7eddc2e418f11096356be15e19)): ?> <?php $attributes = $__attributesOriginal606b6d7eddc2e418f11096356be15e19; ?> <?php unset($__attributesOriginal606b6d7eddc2e418f11096356be15e19); ?> <?php endif; ?> <?php if (isset($__componentOriginal606b6d7eddc2e418f11096356be15e19)): ?> <?php $component = $__componentOriginal606b6d7eddc2e418f11096356be15e19; ?> <?php unset($__componentOriginal606b6d7eddc2e418f11096356be15e19); ?> <?php endif; ?> <?php if(strlen($label ?? '') > 0): ?> <div class="<?php echo e($labelClasses()); ?>"> <?php echo e($label); ?> </div> </div> <?php endif; ?><?php /**PATH /home/okaminime0881/anime/storage/framework/views/9de1ae9c41984f537179e5274051ea8a.blade.php ENDPATH**/ ?>
Back