관리-도구
편집 파일: 5f693f6a89b30d14d25c4044d4b5d2d7.php
<?php $timeDuration = $cartType ?? null; ?> <!-- Single Overview Card --> <div class="col-span-full sm:col-span-6 md:col-span-4 xl:col-span-2"> <div class="bg-primary-50 rounded-xl flex-center flex-col text-center py-12 px-4"> <div class="size-14 rounded-50 flex-center bg-white border-[1.5px] border-border p-2"> <?php echo $icon ?? ''; ?> </div> <div class="area-title text-2xl !leading-none mt-5 <?php echo e($timeDuration == 'time-duration' ? ' quiz-time' : ''); ?> <?php echo e($class ?? ''); ?>" data-quiz-minute = "<?php echo e($timeCount ?? ''); ?>"> <?php echo $title ?? ''; ?> </div> <?php if($description ?? ''): ?> <p class="area-description text-sm mt-2"> <?php echo e(translate($description)); ?></p> <?php endif; ?> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\exam\card\single-card-one.blade.php ENDPATH**/ ?>