관리-도구
편집 파일: d5905e595a302738ec9604b028f51d96.php
<?php if (!$bundle) { return; } $translations = $translations ?? []; ?> <article> <h2 class="area-title xl:text-3xl mb-5"> <?php echo e(translate('Bundle Overview')); ?> </h2> <div> <?php echo clean($translations['details'] ?? ($bundle->details ?? '')); ?> </div> </article> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\bundle\details\bundle-overview.blade.php ENDPATH**/ ?>