관리-도구
편집 파일: 6a385f1276a7ee665904b453a9e844c2.php
<?php $class = 'flex divide-x divide-gray-800 divide-opacity-30 text-gray-800 text-lg *:px-4 first:*:pl-0 last:*:pr-0 leading-none mt-8'; $showClass = $showClass ?? null; $className = $showClass ? $class : 'social-wrap'; ?> <ul class="<?php echo e($className); ?>"> <?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e($social['url'] ?? '#'); ?>" aria-label="Social media link" class="<?php echo e($showClass ? ' hover:text-primary duration-200' : 'social-item'); ?>"> <?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.blade.php ENDPATH**/ ?>