관리-도구
편집 파일: 5ab29943cf1523746047cb20032f339f.php
<div id="course-content-drawer" class="bg-black/50 fixed size-full inset-0 invisible opacity-0 duration-300 z-[99] lg:bg-transparent lg:visible lg:opacity-100 lg:z-auto"> <div class="course-content-drawer-inner bg-white p-0 fixed top-[theme('spacing.header')] right-0 rtl:right-auto rtl:left-0 bottom-0 translate-x-full rtl:-translate-x-full lg:translate-x-0 rtl:lg:translate-x-0 shrink-0 flex flex-col w-[19.5rem] xl:w-[28.6rem] lg:p-3 duration-500"> <div class="px-4 py-4 shadow-md"> <div class="flex-center-between"> <h5 class="text-heading dark:text-white font-bold"> <?php echo e(translate('Course Content')); ?> </h5> <div class="lg:hidden"> <button type="button" class="course-content-drawer-close size-8 flex-center text-heading" aria-label="Delete course content offcanvas"> <i class="ri-close-line"></i> </button> </div> </div> </div> <div class="border border-border h-full overflow-y-auto"> <div class="overflow-hidden"> <div class="space-y-0 overflow-y-auto"> <?php if (isset($component)) { $__componentOriginal9072926039898f02d5871ed2e681ee94 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9072926039898f02d5871ed2e681ee94 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::course.curriculum-list','data' => ['course' => $course,'sideBarShow' => 'video-play','data' => $data,'auth' => $auth,'purchaseCheck' => ''.e($purchaseCheck ?? false).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::course.curriculum-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['course' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($course),'sideBarShow' => 'video-play','data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($data),'auth' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($auth),'purchaseCheck' => ''.e($purchaseCheck ?? false).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9072926039898f02d5871ed2e681ee94)): ?> <?php $attributes = $__attributesOriginal9072926039898f02d5871ed2e681ee94; ?> <?php unset($__attributesOriginal9072926039898f02d5871ed2e681ee94); ?> <?php endif; ?> <?php if (isset($__componentOriginal9072926039898f02d5871ed2e681ee94)): ?> <?php $component = $__componentOriginal9072926039898f02d5871ed2e681ee94; ?> <?php unset($__componentOriginal9072926039898f02d5871ed2e681ee94); ?> <?php endif; ?> </div> </div> </div> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\course\topic-sidebar.blade.php ENDPATH**/ ?>