관리-도구
편집 파일: b82201101394ba4519607ff7b528849a.php
<?php $translations = parse_translation($category); ?> <!-- CATEGORY CARD --> <div class="col-span-full sm:col-span-6 lg:col-span-3"> <div class="bg-primary-50 category-bg-color px-4 py-7 flex-center custom-transition group/category h-full"> <h6 class="area-title text-base xl:text-xl font-bold text-center"> <?php echo e($translations['title'] ?? $category->title ?? ''); ?> </h6> </div> </div> <!-- CATEGORY CARD --><?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\cards\category\card-two.blade.php ENDPATH**/ ?>