관리-도구
편집 파일: a43ae754a318766de6b213644084cf29.php
<?php $translations = parse_translation($category); ?> <!-- CATEGORY CARD --> <div class="col-span-full sm:col-span-6 lg:col-span-3"> <div class="bg-white/5 px-4 py-7 rounded-xl flex-center flex-col gap-1 border border-transparent hover:border-secondary custom-transition h-full group/category"> <h6 class="area-title text-base xl:text-xl font-bold text-white text-center" > <?php echo e($translations['title'] ?? $category->title ?? ''); ?> </h6> <p class="area-description text-white/70"> <?php echo e($category->courses_count ?? 0); ?>+ <?php echo e(translate('Course Available')); ?> </p> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\cards\category\card-three.blade.php ENDPATH**/ ?>