관리-도구
편집 파일: badbfc055f77af0b0ff941bce87830ce.php
<?php $menuClass = $ulClass ?? null; $itemClass = $itemClass ?? null; ?> <ul class="<?php echo e($menuClass); ?>"> <?php if(isset($hoverButton)): ?> <li class="absolute top-3 right-2.5 z-10"> <button type="button" aria-label="Social share" class="flex-center size-10 rounded-50 bg-primary text-white group-hover/instructor:bg-secondary group-hover/instructor:text-heading dark:text-white custom-transition"> <i class="ri-share-fill"></i> </button> </li> <?php endif; ?> <?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="<?php echo e($listClass ?? null); ?>"> <a href="<?php echo e($social['url'] ?? '#'); ?>" class="<?php echo e($itemClass); ?>" aria-label="Social media link"> <?php echo $social['icon']; ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\social\social-list-one.blade.php ENDPATH**/ ?>