관리-도구
편집 파일: e364264f867c4db2babf4e52e0e7a8a1.php
<?php $outcomes = $bundle->bundleOutComes ?? []; ?> <?php if(!empty($outcomes)): ?> <article> <h2 class="area-title xl:text-3xl mb-5"> <?php echo e(translate('Learning Outcomes')); ?> </h2> <ul class="text-heading dark:text-white font-medium list-image-none [&>:not(:first-child)]:mt-2"> <?php $__currentLoopData = $outcomes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $outcome): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="flex gap-4 before:font-remix before:content-['\f100'] before:leading-[1.9] before:text-primary"> <?php echo e($outcome?->title); ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </article> <?php endif; ?> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\bundle\details\bundle-outcome.blade.php ENDPATH**/ ?>