관리-도구
편집 파일: e469420f7c66264383b755119b104829.php
<div id="demo-video-modal" class="fixed inset-0 z-modal flex-center !hidden bg-black/50 modal"> <div class="modal-content bg-white rounded-lg shadow-lg w-full max-w-screen-md transform transition-all duration-300 opacity-0 -translate-y-10 m-4"> <!-- Modal Header --> <div class="flex items-center justify-between p-4 border-b"> <div> <div class="area-subtitle"> <?php echo e(translate('Free Course Preview')); ?> </div> <h2 class="text-xl font-semibold mt-1"><?php echo e($course->title); ?></h2> </div> <button type="button" aria-label="Course demo video modal close button" class="absolute top-3 end-2.5 text-heading dark:text-white bg-gray-200 rounded-lg size-8 flex-center close-modal-btn demo-course-video-stop"> <i class="ri-close-line text-inherit"></i> </button> </div> <!-- Modal Body --> <div class="p-4 pt-0 max-h-[80vh] overflow-auto"> <?php if (isset($component)) { $__componentOriginal9ddcc1f8e9770226bcf364ad4ac1bbdd = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9ddcc1f8e9770226bcf364ad4ac1bbdd = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::course.details.video-play','data' => ['course' => $course]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::course.details.video-play'); ?> <?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)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9ddcc1f8e9770226bcf364ad4ac1bbdd)): ?> <?php $attributes = $__attributesOriginal9ddcc1f8e9770226bcf364ad4ac1bbdd; ?> <?php unset($__attributesOriginal9ddcc1f8e9770226bcf364ad4ac1bbdd); ?> <?php endif; ?> <?php if (isset($__componentOriginal9ddcc1f8e9770226bcf364ad4ac1bbdd)): ?> <?php $component = $__componentOriginal9ddcc1f8e9770226bcf364ad4ac1bbdd; ?> <?php unset($__componentOriginal9ddcc1f8e9770226bcf364ad4ac1bbdd); ?> <?php endif; ?> </div> </div> </div> <?php /**PATH /home/inprosysltd/public_html/edulab.inprosysltd.com/Modules/LMS/resources/views/components//course/details/demo-video.blade.php ENDPATH**/ ?>